feat: changed to module.exports
This commit is contained in:
committed by
mrugesh mohapatra
parent
76c23be416
commit
2ae521c995
@@ -44,5 +44,4 @@ const getOpenPrs = async (firstPR, lastPR, prPropsToGet) => {
|
||||
return { firstPR, lastPR, openPRs };
|
||||
}
|
||||
|
||||
exports.getOpenPrs = getOpenPrs;
|
||||
exports.getPrRange = getPrRange;
|
||||
module.exports = { getOpenPrs, getPrRange };
|
||||
|
Reference in New Issue
Block a user