mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
docs: 📝 More work on JSDoc
This commit is contained in:
parent
527137f279
commit
c3271ba264
8 changed files with 205 additions and 52 deletions
|
|
@ -69,7 +69,7 @@ export default class UserCreate extends BaseCommand<typeof UserCreate> {
|
|||
this.exit(1);
|
||||
}
|
||||
|
||||
let password = null;
|
||||
let password: string | null = null;
|
||||
|
||||
if (flags["set-password"]) {
|
||||
const password1 = await input({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue