Add dummy ID to migrator to fix #831

This commit is contained in:
Calvin Montgomery 2019-10-26 20:35:42 -07:00
parent 08f9feef74
commit c4a1d4b18c
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ function migrate(src, dest, opts) {
} }
} }
return src.load(name).then(data => { return src.load(-1, name).then(data => {
data = fixOldChandump(data); data = fixOldChandump(data);
Object.keys(data).forEach(key => { Object.keys(data).forEach(key => {
if (opts.keyWhitelist.length > 0 && if (opts.keyWhitelist.length > 0 &&