mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-02 13:29:23 -06:00
linting
This commit is contained in:
parent
7eb5f8cd32
commit
8a2db2e8cb
@ -58,7 +58,7 @@ async function promptPassword () {
|
||||
}
|
||||
prompt.get(schema, function (err, result) {
|
||||
if (err) {
|
||||
return rej(err);
|
||||
return rej(err)
|
||||
}
|
||||
return res(result.password)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user