Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
fix: mark request getter as singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 4, 2019
1 parent 1d99b9a commit a8a8ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/WsProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class WsProvider extends ServiceProvider {
const request = new Request(this.req, {}, Config)
request.websocket = true
return request
})
}, true)
}
}

Expand Down

0 comments on commit a8a8ef0

Please sign in to comment.