This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
MusareNode
mirror of
https://github.com/Musare/MusareNode.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixed small issue with migration2
Kristian Vos
4 years ago
parent
e6dd4cb18e
commit
01ed9c5f93
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
backend/logic/migration/migrations/migration2.js
+ 1
- 0
backend/logic/migration/migrations/migration2.js
View File
@@ -66,6 +66,7 @@ export default async function migrate(MigrationModule) {
}
}
);
+ next();
}
}
);