Fixing ESLint issues
This commit is contained in:
parent
22ca6cb21d
commit
02e1df3889
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -251,7 +251,7 @@ const ContainerService = {
|
||||||
}
|
}
|
||||||
|
|
||||||
return identity;
|
return identity;
|
||||||
}
|
};
|
||||||
|
|
||||||
this._oldGetIdentityFromId = ContextualIdentityService.getIdentityFromId;
|
this._oldGetIdentityFromId = ContextualIdentityService.getIdentityFromId;
|
||||||
ContextualIdentityService.getIdentityFromId = function(userContextId) {
|
ContextualIdentityService.getIdentityFromId = function(userContextId) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue