Skip to content

Commit

Permalink
Remove TODO from make-add-pg-table-condition-plugin.md
Browse files Browse the repository at this point in the history
I tested it, it works
jcgsville authored Jan 29, 2025
1 parent 18cd1ca commit dfe8325
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit dfe8325

Please sign in to comment.