Skip to content

Commit

Permalink
fix(admin-ui): response change for api
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Sep 16, 2022
1 parent 00bb257 commit d66a443
Show file tree
Hide file tree
Showing 5 changed files with 6,348 additions and 6 deletions.
2 changes: 1 addition & 1 deletion admin-ui/app/redux/api/MauApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class MauApi {
getMau = (opts) => {
opts['format'] = 'json'
return new Promise((resolve, reject) => {
this.api.getStat('', opts, (error, data) => {
this.api.getStat(opts, (error, data) => {
handleResponse(error, reject, resolve, data)
})
})
Expand Down
Loading

0 comments on commit d66a443

Please sign in to comment.