trilium/services/sync.js

7 lines
62 B
JavaScript

"use strict";
function sync() {
}
setInterval(sync, 60000);