Skip to content

Commit

Permalink
style(message): style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Sep 23, 2024
1 parent 626eb11 commit 2fc1a86
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 2fc1a86

Please sign in to comment.