From 71d0d040fb69d2b3d2fbde7e7f23b1256e5504d7 Mon Sep 17 00:00:00 2001 From: Benjie Date: Wed, 14 Aug 2024 16:48:08 +0100 Subject: [PATCH] Fix prettier? --- .../website/postgraphile/make-add-pg-table-condition-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgraphile/website/postgraphile/make-add-pg-table-condition-plugin.md b/postgraphile/website/postgraphile/make-add-pg-table-condition-plugin.md index f323cc770..8722c356b 100644 --- a/postgraphile/website/postgraphile/make-add-pg-table-condition-plugin.md +++ b/postgraphile/website/postgraphile/make-add-pg-table-condition-plugin.md @@ -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" },