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: {