Skip to content

Commit

Permalink
transpile setSandboxMode → set_sandbox_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor authored Jan 24, 2019
1 parent e5d6968 commit 962bd3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transpile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function regexAll (text, array) {
}

// ----------------------------------------------------------------------------
// TODO: rewrite commonRegexes from hardcoded logic to conversion methods

const commonRegexes = [

Expand Down Expand Up @@ -130,6 +131,7 @@ const commonRegexes = [
[ /\.convertOHLCVToTradingView\s/g, '.convert_ohlcv_to_trading_view'],
[ /\.signBodyWithSecret\s/g, '.sign_body_with_secret'],
[ /\.isJsonEncodedObject\s/g, '.is_json_encoded_object'],
[ /\.setSandboxMode\s/g, '.set_sanbox_mode'],
]

// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 962bd3d

Please sign in to comment.