We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaffea commit 99640fdCopy full SHA for 99640fd
web/store/index.ts
@@ -305,8 +305,9 @@ export const actions = {
305
},
306
})
307
308
- await context.dispatch('getHeartbeat')
309
- context.commit('setThreads', response.data.data)
+ // eslint-disable-next-line no-console
+ context.dispatch('getHeartbeat').catch(console.error)
310
+ await context.commit('setThreads', response.data.data)
311
312
313
async loadBillingUsage(context: ActionContext<State, State>) {
0 commit comments