Fix error in function name
This commit is contained in:
parent
aa9bb41305
commit
6fcb828e1d
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ window.assignManager = {
|
||||||
},
|
},
|
||||||
|
|
||||||
async _maybeRemoveSiteIsolation(userContextId) {
|
async _maybeRemoveSiteIsolation(userContextId) {
|
||||||
const assignments = await this.storageArea.getByContainer(userContextId);
|
const assignments = await this.storageArea.getAssignedSites(userContextId);
|
||||||
const hasAssignments = assignments && Object.keys(assignments).length > 0;
|
const hasAssignments = assignments && Object.keys(assignments).length > 0;
|
||||||
if (hasAssignments) {
|
if (hasAssignments) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue