Skip to content

Commit db199ef

Browse files
author
RandomSeeded
committed
export filter completed
1 parent dc56255 commit db199ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util.js

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function filterCompleted(allMigrations, completedMigrations) {
4545
return !hasRun;
4646
});
4747
}
48+
exports.filterCompleted = filterCompleted;
4849

4950
exports.filterUp = function(allMigrations, completedMigrations, destination, count) {
5051

0 commit comments

Comments
 (0)