Skip to content

Commit

Permalink
missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 authored Nov 28, 2023
1 parent 88832bc commit 1b0205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const database = { url: '' };
doc && ('doc => ' + util.inspect(doc)), '\n');
}); */

Set the database url
// Set the database url
if (
process.env.MONGODB_HOST &&
process.env.MONGODB_PORT &&
Expand Down

0 comments on commit 1b0205e

Please sign in to comment.