Refresh every 10 seconds

This commit is contained in:
Dave Gallant
2022-08-19 18:25:59 +00:00
parent a9110b0439
commit 27c5e2a527
2 changed files with 1 additions and 0 deletions

BIN
backend/rfd.db-journal Normal file

Binary file not shown.

View File

@@ -65,6 +65,7 @@ export default {
this.fetchDeals();
Mousetrap.bind("/", this.focusSearch, "keyup");
Mousetrap.bind("r", this.loadDeals);
this.interval = setInterval(() => this.fetchDeals(), 10000);
},
methods: {
focusSearch() {