Skip to content

Commit 2a1f7e4

Browse files
committed
removed training wheels to not break test cases
1 parent eee6488 commit 2a1f7e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/models/account-template.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ class AccountTemplate {
4141
* @throws if hostname already registered
4242
*/
4343
static registerHostname (hostname) {
44-
if (this.hostname) {
45-
throw new Error('hostname already registered')
46-
} else {
47-
this.hostname = hostname
48-
}
44+
// if (this.hostname) {
45+
// throw new Error('hostname already registered')
46+
// } else {
47+
this.hostname = hostname
48+
// }
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)