Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Sep 10, 2024
1 parent e98383b commit ac78ba7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/plugin-drizzle/src/utils/map-query.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { PothosValidationError, getMappedArgumentValues } from '@pothos/core';
import type {
DBQueryConfig,
TableRelationalConfig,
} from 'drizzle-orm';
import type { DBQueryConfig, TableRelationalConfig } from 'drizzle-orm';
import {
type FieldNode,
type FragmentDefinitionNode,
Expand Down

0 comments on commit ac78ba7

Please sign in to comment.