Skip to content

Commit 2fc1a86

Browse files
Kinplemelonysfscream
authored andcommitted
style(message): style issue
1 parent 626eb11 commit 2fc1a86

File tree

3 files changed

+84
-74
lines changed

3 files changed

+84
-74
lines changed

src/common/http.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ axios.interceptors.response.use(
170170
if (store.state.request_queue === 0) {
171171
respSet = new Set<number>()
172172
}
173-
throttle(resetRespSet, 2000, { trailing: false })()
173+
throttle(resetRespSet, 2000, { trailing: false })
174174
// Remove AbortController
175175
const controller = error.config.controller
176176
store.commit('REMOVE_ABORT_CONTROLLER', controller)

0 commit comments

Comments
 (0)