Skip to content

Commit 00ec5e1

Browse files
committed
linter
1 parent dfdf213 commit 00ec5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/po/PreRegistration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ qx.Class.define("osparc.po.PreRegistration", {
105105
findingStatus.setValue(this.tr("No Pre-Registered user found"));
106106
}
107107
this.__populatePreRegistrationLayout(data);
108-
})
108+
})
109109
.catch(err => {
110110
const detailErrorMsg = this.tr(`Error during Pre-Registeristration: ${err.message}`)
111111
findingStatus.setValue(detailErrorMsg);
112112
console.error(err);
113113
osparc.FlashMessenger.logAs(flashErrorMsg, "ERROR");
114-
})
114+
})
115115
.finally(() => submitBtn.setFetching(false));
116116
}
117117
}, this);

0 commit comments

Comments
 (0)