Skip to content

Commit

Permalink
Merge pull request #222 from nzzdev/release-10.0.7
Browse files Browse the repository at this point in the history
Release 10.0.7
  • Loading branch information
Philip Küng authored Dec 15, 2021
2 parents d57fdf0 + 74a9e8e commit a451e2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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": "10.0.6",
"version": "10.0.7",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions plugins/core/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ module.exports = {
reduce: false
};
const res = await server.app.db.view("items", "byTool", options);
if (!res.ok) {
throw new Error(`failed to getAllByTool ${tool}`);
}
const items = res.rows.map(item => {
return item.doc;
});
Expand Down

0 comments on commit a451e2a

Please sign in to comment.