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 4cd9744 commit 729c68aCopy full SHA for 729c68a
apps/webapp/app/routes/api.v2.whoami.ts
@@ -47,7 +47,7 @@ export async function loader({ request }: LoaderFunctionArgs) {
47
},
48
});
49
50
- const project = await prisma.project.findUnique({
+ const project = await prisma.project.findFirst({
51
select: {
52
externalRef: true,
53
name: true,
0 commit comments