Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nil-amrutlal committed Nov 8, 2023
1 parent a90d499 commit f713f3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apps/graph/src/graph/Query/transfers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { prismaClient } from '@db/prismaClient';
import { Prisma } from '@prisma/client';
import type { Prisma } from '@prisma/client';
import { normalizeError } from '@utils/errors';
import { builder } from '../builder';

Expand Down
1 change: 0 additions & 1 deletion packages/apps/graph/src/graph/objects/Transfer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { prismaClient } from '@db/prismaClient';
import { normalizeError } from '@utils/errors';
import { nullishOrEmpty } from '@utils/nullishOrEmpty';
import { builder } from '../builder';

export default builder.prismaNode('Transfer', {
Expand Down

0 comments on commit f713f3f

Please sign in to comment.