mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
fix typo
fix typo
This commit is contained in:
parent
8cff5295e5
commit
beb82735fa
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ export class User {
|
|||
this.username = options.username;
|
||||
this.password = options.password;
|
||||
this.administrator = options.administrator;
|
||||
this.token = randomId(config.core.userTokenLengt)
|
||||
this.token = randomId(config.core.userTokenLength)
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue