Skip to content

Commit

Permalink
Update utilities.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Apr 10, 2024
1 parent a0cdb2d commit 6fbbf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function getDatabaseUrl() {
const host = Config.DATABASE_HOST;
let database;
if (isProd()) {
return "";
database = `prod`;
} else if (isDev()) {
database = `dev-${username}`;
}
Expand Down

0 comments on commit 6fbbf29

Please sign in to comment.