Skip to content

Commit

Permalink
chore: you didn't see that πŸ‘€
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Jul 12, 2020
1 parent 516df5b commit f33a982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default Vue.extend({
}
// eslint-disable-next-line @typescript-eslint/unbound-method
const x = this.again;
setTimeout(x, 500);
setTimeout(x, 2000);
} else {
this.tableLoading = false;
if (this.cached) {
Expand Down

1 comment on commit f33a982

@vercel
Copy link

@vercel vercel bot commented on f33a982 Jul 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.