mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
camel case for reddit labels and run values
This commit is contained in:
@@ -19,7 +19,7 @@ async function runNotesWithLabel(runAttrValue) {
|
||||
}
|
||||
}
|
||||
|
||||
setTimeout(() => cls.wrap(() => runNotesWithLabel('backend_startup')), 10 * 1000);
|
||||
setTimeout(() => cls.wrap(() => runNotesWithLabel('backendStartup')), 10 * 1000);
|
||||
|
||||
setInterval(() => cls.wrap(() => runNotesWithLabel('hourly')), 3600 * 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user