Skip to content

Commit

Permalink
Merge pull request #90 from mia-ajuda/removeHelpExpiration
Browse files Browse the repository at this point in the history
Retirar validade da ajuda
  • Loading branch information
darmsDD authored Oct 16, 2020
2 parents 2fd0d9a + aceea04 commit 17e93db
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 17e93db

Please sign in to comment.