Skip to content

Commit

Permalink
remove cached call
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscdn committed Mar 17, 2021
1 parent 0ab5da2 commit 81de270
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/index.cjs.js

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

2 changes: 1 addition & 1 deletion lib/index.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.es.js

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

2 changes: 1 addition & 1 deletion lib/index.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js

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

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kweli/cs-rest",
"version": "1.0.18",
"version": "1.0.19",
"description": "Simple authentication and REST calls for OpenText Content Server.",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/handlers/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = session => ({
},

node(dataid, params = {}) {
return session.getCached(`api/v2/nodes/${dataid}`, {
return session.get(`api/v2/nodes/${dataid}`, {
params
})
},
Expand Down

0 comments on commit 81de270

Please sign in to comment.