diff --git a/pages/index.vue b/pages/index.vue index 1334f2046..c2c9bdb80 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -2096,7 +2096,6 @@ export default { this.$toast.info(this.$t('finished_in', { duration }), { icon: 'done', }) - ;(() => { const status = (this.response.status = payload.status) const headers = (this.response.headers = payload.headers)