Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
- changing to snake_case
  • Loading branch information
void666 committed Jul 17, 2018
1 parent 91e6eb7 commit 7561470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class rpRetry {
}

static _rp(options) {
if(options.verboseLogging) {
if(options.verbose_logging) {
logger.info(`calling ${options.uri} without retries`);
}
return requestPromise(options)
Expand Down

0 comments on commit 7561470

Please sign in to comment.