Skip to content

Commit

Permalink
Fix prettier?
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Aug 14, 2024
1 parent 62ebca4 commit 71d0d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ those where a particular user has posted in (posts are stored in

```ts
import { makeAddPgTableConditionPlugin } from "postgraphile/utils";
import { TYPES } from 'postgraphile/@dataplan/pg';
import { TYPES } from "postgraphile/@dataplan/pg";

export default makeAddPgTableConditionPlugin(
{ schemaName: "app_public", tableName: "forums" },
Expand Down

0 comments on commit 71d0d04

Please sign in to comment.