Skip to content
Snippets Groups Projects
Commit 40b0539e authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

build: fix build

parent 46450766
Branches
Tags v0.8.2
No related merge requests found
......@@ -62,7 +62,7 @@ builder.mutationField('login', (t) =>
return prisma.credential.create({
...query,
data: {
userId: user?.id,
userId: user?.id ?? '',
type: CredentialPrismaType.Token,
value: nanoid(),
userAgent,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment