Skip to content

Commit

Permalink
Fix error handling for .query func
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhamlin committed Sep 24, 2021
1 parent 7c94dc3 commit 85c5913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ const Adapter = {
_.isFunction(cb) && cb(null, result)
return result
})
.catch(AdapterError.wrap(cb))
},

/**
Expand Down

0 comments on commit 85c5913

Please sign in to comment.