Sync manager: fix handling of removedCollections.
parent
c7a4110cbb
commit
085298f14c
|
@ -54,8 +54,8 @@ export const setCacheCollection = createAction(
|
|||
|
||||
export const unsetCacheCollection = createAction(
|
||||
"UNSET_CACHE_COLLECTION",
|
||||
(_colMgr: Etebase.CollectionManager, _colUid: string) => {
|
||||
return undefined;
|
||||
(_colMgr: Etebase.CollectionManager, colUid: string) => {
|
||||
return colUid;
|
||||
},
|
||||
(_colMgr: Etebase.CollectionManager, colUid: string) => {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue