Skip to content

Commit a9828cc

Browse files
author
Vladyslav Chygrinov
committed
Fixed querystring call
1 parent 3a7e0f7 commit a9828cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routers/PublicAPIRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export class PublicAPIRouter extends PromiseRouter {
191191
}
192192
)
193193
.then(result => {
194-
const params = qs.default.stringify({
194+
const params = qs.stringify({
195195
username: username,
196196
token: token,
197197
id: config.applicationId,

0 commit comments

Comments
 (0)