Merge 9317e30705
into 99db192792
This commit is contained in:
commit
ce9e976ed6
1 changed files with 2 additions and 2 deletions
|
@ -69,10 +69,10 @@ const assignManager = {
|
|||
return this.area.remove([siteStoreKey]);
|
||||
},
|
||||
|
||||
async deleteContainer(userContextId) {
|
||||
deleteContainer(async (userContextId) => {
|
||||
const sitesByContainer = await this.getByContainer(userContextId);
|
||||
this.area.remove(Object.keys(sitesByContainer));
|
||||
},
|
||||
}),
|
||||
|
||||
async getByContainer(userContextId) {
|
||||
const sites = {};
|
||||
|
|
Loading…
Add table
Reference in a new issue