Skip to content

Commit 7f923bb

Browse files
sandereggCopilot
andcommitted
Update services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b24a4c6 commit 7f923bb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
729729
})
730730
.catch(err => {
731731
const errStatus = err.status;
732-
if (errStatus == "409") {
732+
if (errStatus === 409) {
733733
osparc.FlashMessenger.logError(err);
734734
const msg = osparc.FlashMessenger.extractMessage(err);
735735
this.getStudyLogger().error(null, msg);

0 commit comments

Comments
 (0)