fix: deleted typo

This commit is contained in:
Randell Dawson
2018-11-22 10:41:19 -08:00
committed by mrugesh mohapatra
parent 66e597854a
commit 80879883a9

View File

@ -1,5 +1,5 @@
const { addComment } = require('./add-comment');
const { addLabels } = require('./add-labels');
const { closeOpen } = require('./close-open');
L
module.exports = { addComment, addLabels, closeOpen };