Add: syncNow
This commit is contained in:
parent
0f2de4d989
commit
f16ba4c401
|
@ -57,7 +57,8 @@ const sync = (() => {
|
||||||
start,
|
start,
|
||||||
stop,
|
stop,
|
||||||
put: ctrl.put,
|
put: ctrl.put,
|
||||||
delete: ctrl.delete
|
delete: ctrl.delete,
|
||||||
|
syncNow: ctrl.syncNow
|
||||||
};
|
};
|
||||||
|
|
||||||
function start(name) {
|
function start(name) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user