Skip to content

Commit ecbaa63

Browse files
committed
minor
1 parent 9f2eff8 commit ecbaa63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

services/static-webserver/client/source/class/osparc/share/NewCollaboratorsManager.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
128128
console.error(err);
129129
osparc.FlashMessenger.getInstance().logAs(err.message, "ERROR");
130130
})
131-
.finally(() => {
132-
this.__searchingCollaborators.exclude();
133-
});
131+
.finally(() => this.__searchingCollaborators.exclude());
134132
},
135133

136134
__showProductEveryone: function() {

0 commit comments

Comments
 (0)