Skip to content

Commit

Permalink
fix(require): update auth-provider path (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw committed Jan 11, 2019
1 parent a4c2a0d commit 67d114a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backends/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const WebSocket = require('ws')
*/
function refreshAuth (type, config) {
return new Promise((resolve, reject) => {
const provider = require(`./auth-providers/${type}.js`)
const provider = require(`../auth-providers/${type}.js`)
provider.refresh(config)
.then(result => {
const auth = {
Expand Down

0 comments on commit 67d114a

Please sign in to comment.