Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sudjoao committed Jul 12, 2022
2 parents 08aac42 + 2d21abc commit d9e3838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const http = require('http');
const Sentry = require('@sentry/node');
const sentryInit = require('./src/config/sentryConfig');
const setRoutes = require('./src/routes/BaseRoutes');
const dailySchedule = require('./src/utils/schedule');
// const dailySchedule = require('./src/utils/schedule');
const { setupWebsocket } = require('./websocket');

const app = express();
Expand All @@ -23,7 +23,7 @@ app.use(cors());
app.use(bodyParser.json());

databaseConnect();
dailySchedule();
// dailySchedule();
setRoutes(app);

app.use(Sentry.Handlers.errorHandler());
Expand Down

0 comments on commit d9e3838

Please sign in to comment.