Fix error in function name

This commit is contained in:
Cimbali 2023-09-11 16:13:24 +01:00
parent aa9bb41305
commit 6fcb828e1d

View file

@ -639,7 +639,7 @@ window.assignManager = {
},
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;
if (hasAssignments) {
return;