fix: GitLab typo
This commit is contained in:
parent
1971f227fd
commit
d2f89d001b
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue