refactor: convert config variables to upper case
This commit is contained in:
@@ -63,7 +63,7 @@ export class ConfigService {
|
||||
|
||||
async finishSetup() {
|
||||
return await this.prisma.config.update({
|
||||
where: { key: "setupFinished" },
|
||||
where: { key: "SETUP_FINISHED" },
|
||||
data: { value: "true" },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user