Skip to content

Commit

Permalink
24.04.15: userinfo api setter [WTEL-4374]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Mar 22, 2024
1 parent 8364165 commit d409aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.4.14",
"version": "24.4.15",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Userinfo/store/UserinfoStoreModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class UserinfoStoreModule extends BaseStoreModule {
},

OPEN_SESSION: async (context, { instance }) => {
let userinfo = userinfoGenerator(instance);
userinfo = userinfoGenerator(instance);

await context.dispatch('BEFORE_OPEN_SESSION_HOOK');
// !!! it should be checked in router.js beforeEach hook
Expand Down

0 comments on commit d409aee

Please sign in to comment.