feat: changed to module.exports
This commit is contained in:
committed by
mrugesh mohapatra
parent
76c23be416
commit
2ae521c995
@@ -1,3 +1,4 @@
|
||||
/* closes and reopens an open PR with applicable comment */
|
||||
require('dotenv').config();
|
||||
const { owner, repo, fccBaseUrl, prBaseUrl } = require('./constants');
|
||||
const { octokitConfig, octokitAuth } = require('./octokitConfig');
|
||||
@@ -19,4 +20,4 @@ const prOpenClose = async (number) => {
|
||||
})
|
||||
};
|
||||
|
||||
exports.prOpenClose = prOpenClose;
|
||||
module.exports = prOpenClose;
|
||||
|
Reference in New Issue
Block a user