Skip to content

Commit ba18704

Browse files
committed
use Auth
1 parent 4213dae commit ba18704

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/store/Groups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ qx.Class.define("osparc.store.Groups", {
156156
},
157157

158158
getMyGroupId: function() {
159-
return this.getGroupMe().getGroupId();
159+
return osparc.auth.Data.getInstance().getGroupId();
160160
},
161161

162162
getOrganizationIds: function() {

0 commit comments

Comments
 (0)