refactor(printers): addedin daily check for printers used to only be on a restart
This commit is contained in:
@@ -97,4 +97,8 @@ deleteLabels();
|
||||
setInterval(() => {
|
||||
deleteLabels();
|
||||
}, 60 * 60 * 24 * 1000);
|
||||
|
||||
setInterval(() => {
|
||||
updatePrinters();
|
||||
}, 1000 * 60 * 60 * 24);
|
||||
export default app;
|
||||
|
||||
Reference in New Issue
Block a user