mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Refresh every 10 seconds
This commit is contained in:
BIN
backend/rfd.db-journal
Normal file
BIN
backend/rfd.db-journal
Normal file
Binary file not shown.
@@ -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() {
|
||||
|
Reference in New Issue
Block a user