Sync manager: fix handling of removedCollections.

master
Tom Hacohen 2020-09-04 17:08:12 +03:00
parent c7a4110cbb
commit 085298f14c
1 changed files with 2 additions and 2 deletions

View File

@ -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 {