Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed Mar 29, 2018
1 parent 89e2a4c commit 6aa04d4
Show file tree
Hide file tree
Showing 3 changed files with 1,440 additions and 261 deletions.
2 changes: 1 addition & 1 deletion lib/adapter/send.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const dotprop = require('dot-prop')

const prepareFilter = ({type, id}, {query} = {}, params) => {
const prepareFilter = ({type, id}, {query}, params) => {
if (query) {
return query.reduce((filter, prop) => {
const value = (prop.param) ? params[prop.param] : prop.value
Expand Down

0 comments on commit 6aa04d4

Please sign in to comment.