[resumes][chore] remove unused query

pull/399/head
Keane Chan 3 years ago
parent 184882ca1c
commit b9abc2ccd5
No known key found for this signature in database
GPG Key ID: 32718398E1E9F87C

@ -154,16 +154,4 @@ export const resumesRouter = createRouter()
}, },
}); });
}, },
})
.query('findUserStarredResumeCount', {
input: z.object({
userId: z.string(),
}),
async resolve({ ctx, input }) {
return await ctx.prisma.resumesResume.findMany({
where: {
userId: input.userId,
},
});
},
}); });

Loading…
Cancel
Save