Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix(idempotent-override): do not omit idempotent from request overrid…
Browse files Browse the repository at this point in the history
…es (#19)
  • Loading branch information
ole-martin authored and filipgolonka committed Feb 7, 2019
1 parent 3a596c4 commit 2ca3dc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ var OUR_CONFIGURATION_PROPERTIES = [
'usePromise',
'requestLib',
'logTiming',
'mockTimer',
'idempotent'
'mockTimer'
];

var CONVENIENCE_METHODS = {
Expand Down

0 comments on commit 2ca3dc6

Please sign in to comment.