Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Apr 17, 2024
1 parent a2b0956 commit 24b05c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const Server = require('@/src/server.js');
const server = new Server();
server.create().start(config.port.backend);

// TODO: change the unknown error message where validateSync is used with the error returned by validateSync
const connectDatabase = require('@/src/database/connect.js');
connectDatabase(process.env.MONGO_URL, {
backup: process.env.NODE_ENV === 'production'
Expand Down

0 comments on commit 24b05c8

Please sign in to comment.