Skip to content

Commit 41e98a3

Browse files
authored
Merge pull request #4 from blend/nate/exportFilterCompleted
export filter completed
2 parents dc56255 + b3feb37 commit 41e98a3

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)