diff --git a/index.js b/index.js index 634405a..1f9af82 100644 --- a/index.js +++ b/index.js @@ -236,7 +236,7 @@ const ContainerService = { this._remapTabsIfMissing(args.userContextId); // We should check if this userContextId exists. - if ((args.userContextId in this._identitiesState)) { + if (!(args.userContextId in this._identitiesState)) { resolve(null); return; }