Skip to content

Commit

Permalink
unnecessary param to refreshStatsPeriodically (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlupu authored Oct 14, 2022
1 parent 2781279 commit 497d9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/screens/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
this.ready = true;
this.timeout = setTimeout(() => {
this.refreshStatsPeriodically(false);
this.refreshStatsPeriodically();
}, 5000);
});
},
Expand Down

0 comments on commit 497d9c9

Please sign in to comment.