From d2f89d001b3ab05787caf3dec7c2581d642facaa Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 13 Apr 2022 16:05:08 +0200 Subject: [PATCH] fix: GitLab typo --- src/lib/database/gitSources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/database/gitSources.ts b/src/lib/database/gitSources.ts index 4d3374344..a0c0b94ed 100644 --- a/src/lib/database/gitSources.ts +++ b/src/lib/database/gitSources.ts @@ -90,7 +90,7 @@ export async function addGitLabSource({ appSecret, groupName }) { - const encrptedAppSecret = encrypt(appSecret); + const encryptedAppSecret = encrypt(appSecret); await prisma.gitSource.update({ where: { id }, data: { type, apiUrl, htmlUrl, name } }); return await prisma.gitlabApp.create({ data: {