Skip to content

Commit

Permalink
require requesttimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 31, 2017
1 parent 3a94efa commit b18bea2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/base/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

const CryptoJS = require ('crypto-js')
, qs = require ('qs') // querystring
, RequestTimeout = require ('./errors').RequestTimeout

//-----------------------------------------------------------------------------

const { RequestTimeout } = require ('./errors')

//-----------------------------------------------------------------------------
// utility helpers
Expand Down

0 comments on commit b18bea2

Please sign in to comment.