Skip to content

Commit

Permalink
style(message): style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Sep 26, 2024
1 parent 63aaecd commit 336ec8c
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 74 deletions.
2 changes: 1 addition & 1 deletion src/common/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ axios.interceptors.response.use(
if (store.state.request_queue === 0) {
respSet = new Set<number>()
}
throttle(resetRespSet, 2000, { trailing: false })()
throttle(resetRespSet, 2000, { trailing: false })
// Remove AbortController
const controller = error.config.controller
store.commit('REMOVE_ABORT_CONTROLLER', controller)
Expand Down
Loading

0 comments on commit 336ec8c

Please sign in to comment.