We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a4313 commit 2332602Copy full SHA for 2332602
src/backend/src/modules/apps/AppInformationService.js
@@ -40,9 +40,6 @@ class AppInformationService extends BaseService {
40
this.collections.recent = [];
41
42
this.tags = {};
43
- }
44
-
45
- ['on_boot.consolidation'] () {
46
47
// MySQL date format mapping for different groupings
48
this.mysqlDateFormats = {
@@ -61,7 +58,9 @@ class AppInformationService extends BaseService {
61
58
'month': "toStartOfMonth(fromUnixTimestamp(ts))",
62
59
'year': "toStartOfYear(fromUnixTimestamp(ts))"
63
60
};
64
+ }
+
+ ['__on_boot.consolidation'] () {
65
(async () => {
66
// await new Promise(rslv => setTimeout(rslv, 500))
67
0 commit comments