Skip to content

Commit

Permalink
Merge pull request #84 from nzzdev/release-3.0.1
Browse files Browse the repository at this point in the history
Release 3.0.1
  • Loading branch information
benib committed Nov 28, 2017
2 parents 593ca59 + 2a978d9 commit b697388
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": "3.0.0",
"version": "3.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/core/rendering-info/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = {
// compile the toolRuntimeConfig from runtimeConfig from server, tool endpoint and request
const toolRuntimeConfig = getCompiledToolRuntimeConfig(item, {
serverWideToolRuntimeConfig: options.get('/toolRuntimeConfig', { target: target, tool: item.tool }),
toolEndpoint: endpointConfig,
toolEndpointConfig: endpointConfig,
requestToolRuntimeConfig: requestToolRuntimeConfig
});

Expand Down

0 comments on commit b697388

Please sign in to comment.