diff --git a/background/sync.js b/background/sync.js index 04fe6fdc..d5b2e256 100644 --- a/background/sync.js +++ b/background/sync.js @@ -57,7 +57,8 @@ const sync = (() => { start, stop, put: ctrl.put, - delete: ctrl.delete + delete: ctrl.delete, + syncNow: ctrl.syncNow }; function start(name) {