Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kulak91 committed Oct 27, 2022
1 parent 2005b4f commit fe0fa14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Dependency
// for local tests:
// require('dotenv').config();
require('dotenv').config();
const pm2 = require('pm2');
const pmx = require('pmx').initModule();
const app = require('./slack-receiver');
Expand Down
2 changes: 1 addition & 1 deletion slack-receiver.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { App } = require('@slack/bolt');
const fs = require('fs/promises');
// require('dotenv').config();
require('dotenv').config();
const { list, restart, describe } = require('./pm2-helper');
const { timeSince } = require('./utils');
const path = require('path');
Expand Down

0 comments on commit fe0fa14

Please sign in to comment.