Skip to content

Commit

Permalink
Merge pull request #120 from nzzdev/release-4.1.2
Browse files Browse the repository at this point in the history
Release 4.1.2
  • Loading branch information
benib committed Jun 18, 2018
2 parents 0b61951 + 706f417 commit 811d9a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nzz/q-server",
"version": "4.1.1",
"version": "4.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/core/base/routes/admin/migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
const items = await request.server.methods.db.item.getAllByTool(tool);

let migrationStatuses = items.map(async item => {
return await migrateItem(item, toolBaseUrl, server.app.db);
return await migrateItem(item, toolBaseUrl, request.server.app.db);
});

migrationStatuses = await Promise.all(migrationStatuses);
Expand Down

0 comments on commit 811d9a5

Please sign in to comment.