Skip to content

Commit 40d1a0c

Browse files
committed
Lint fix
1 parent 2097e0b commit 40d1a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PgConnectionArgFilterOperatorsPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ export function makeApplyPlanFromOperatorSpec(
10461046
return ($where, fieldArgs) => {
10471047
if (!$where.extensions?.pgFilterAttribute) {
10481048
throw new Error(
1049-
`Planning error: expected 'pgFilterAttribute' to be present on the \$where plan's extensions; your extensions to \`postgraphile-plugin-connection-filter\` does not implement the required interfaces.`
1049+
`Planning error: expected 'pgFilterAttribute' to be present on the $where plan's extensions; your extensions to \`postgraphile-plugin-connection-filter\` does not implement the required interfaces.`
10501050
);
10511051
}
10521052
const $input = fieldArgs.getRaw();

0 commit comments

Comments
 (0)