mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
option names now follow camelCase
This commit is contained in:
@@ -26,8 +26,8 @@ async function fillSyncRows() {
|
||||
}
|
||||
|
||||
async function forceFullSync() {
|
||||
await optionService.setOption('last_synced_pull', 0);
|
||||
await optionService.setOption('last_synced_push', 0);
|
||||
await optionService.setOption('lastSyncedPull', 0);
|
||||
await optionService.setOption('lastSyncedPush', 0);
|
||||
|
||||
log.info("Forcing full sync.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user