This commit is contained in:
Soundharya AM 2018-09-20 18:18:44 +00:00 committed by GitHub
commit ce9e976ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {};