fix: update PR/MRs with new previewSeparator

This commit is contained in:
Andras Bacsai
2022-11-30 11:36:05 +01:00
parent 3d5ea8629c
commit 28ec164bc2
3 changed files with 24 additions and 4 deletions

View File

@@ -715,7 +715,7 @@ export async function stopTraefikProxy(
}
export async function listSettings(): Promise<any> {
return await prisma.setting.findFirst({});
return await prisma.setting.findUnique({ where: { id: '0' } });
}
export function generateToken() {