Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
HUAHUAI23 committed Aug 13, 2024
1 parent 945d2f2 commit ff1c4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/instance/instance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ export class InstanceService {
user,
dedicatedDatabase,
)
assert(dbConnectionUri, `db connection uri for ${appid} is empty, !!!`)
} catch (e) {
this.logger.debug(e)
this.logger.debug(`get db connection uri failed: ${e.message}`)
dbConnectionUri = ''
}
Expand Down

0 comments on commit ff1c4e7

Please sign in to comment.