Skip to content

Commit

Permalink
Remove TODO from make-add-pg-table-condition-plugin.md (#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Jan 29, 2025
2 parents 18cd1ca + dfe8325 commit da75689
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ To return a list of forums which match a list of primary keys:
import { makeAddPgTableConditionPlugin } from "postgraphile/utils";
import { TYPES, listOfCodec } from "postgraphile/@dataplan/pg";

/* TODO: test this plugin works! */
export default makeAddPgTableConditionPlugin(
{ schemaName: "app_public", tableName: "forums" },
"idIn",
Expand Down

0 comments on commit da75689

Please sign in to comment.