We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2eebb commit bc0b7caCopy full SHA for bc0b7ca
src/token.routes.js
@@ -10,7 +10,7 @@ const prisma = new PrismaClient();
10
router.get('/token', async (req, res, next) => {
11
try {
12
const user = await prisma.user.findUnique({
13
- where: { id: 2 },
+ where: { id: 1 },
14
include: {
15
account: true
16
}
0 commit comments