Skip to content

Commit 1e212fe

Browse files
committed
removed error var, throws no-unused-vars in prod build
1 parent f592e74 commit 1e212fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default {
166166
}
167167
}
168168
}`
169-
}).catch((error) => {
169+
}).catch(() => {
170170
this.snackbar = true;
171171
});
172172
if (result) {

0 commit comments

Comments
 (0)