Skip to content

Commit 4484e5f

Browse files
Remove duplicate imports
1 parent 404be01 commit 4484e5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/repository/proposal.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { Prisma } from '@prisma/client'
22
import { prisma } from '../config/db'
3-
import { formatResult } from '../helpers/formatter'
43
import { GovActionStateTypes, ProposalTypes, SortTypes } from '../types/proposal'
5-
import { ProposalTypes, SortTypes } from '../types/proposal'
64

75

86
export const fetchProposals = async (

0 commit comments

Comments
 (0)