Skip to content

Commit

Permalink
fix(insert): add missing insert entry to interface
Browse files Browse the repository at this point in the history
Fixes #542

Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
  • Loading branch information
wzrdtales committed Feb 6, 2018
1 parent d2cab31 commit 899b8bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/interface/migratorInterface.js
Expand Up @@ -114,7 +114,9 @@ MigratorInterface.prototype = {

all: dummy,

close: dummy
close: dummy,

insert: dummy
};

module.exports = MigratorInterface;
Expand Down

0 comments on commit 899b8bc

Please sign in to comment.