We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee6488 commit 2a1f7e4Copy full SHA for 2a1f7e4
1 file changed
lib/models/account-template.js
@@ -41,11 +41,11 @@ class AccountTemplate {
41
* @throws if hostname already registered
42
*/
43
static registerHostname (hostname) {
44
- if (this.hostname) {
45
- throw new Error('hostname already registered')
46
- } else {
47
- this.hostname = hostname
48
- }
+ // if (this.hostname) {
+ // throw new Error('hostname already registered')
+ // } else {
+ this.hostname = hostname
+ // }
49
}
50
51
/**
0 commit comments