Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Feb 6, 2025
1 parent 96c6331 commit 1b43c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/client/packages/rts/src/ctl/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ async function getBackupDatabaseName(restoreContentsPath: string) {
return db_name;
}

export async function run() { const processesToPause = ["backend", "rts"];
export async function run() {
const processesToPause = ["backend", "rts"];
if (
await fsPromises
.access(process.env.TMP + "/supervisor-conf.d/keycloak.conf")
Expand Down

0 comments on commit 1b43c4c

Please sign in to comment.