mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
fix: update PR/MRs with new previewSeparator
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user