Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 26, 2024
1 parent 4215786 commit 12aa3e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgraphile/postgraphile/src/plugins/PgV4BehaviorPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import "graphile-config";
import "graphile-build-pg";

import type { PgResource, PgResourceOptions } from "@dataplan/pg";
import type { PgProc } from "graphile-build-pg/pg-introspection";
import type { PgResource } from "@dataplan/pg";

declare global {
namespace GraphileConfig {
Expand Down

0 comments on commit 12aa3e0

Please sign in to comment.