mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 05:44:01 +02:00
Fix linter errors
This commit is contained in:
parent
704ded4410
commit
32ba17cf91
22 changed files with 22 additions and 22 deletions
|
@ -32,7 +32,7 @@ export const setAdminCredentials: CommandModule<{}, SetAdminCredentialsArgs> = {
|
|||
},
|
||||
handler: async (argv: { email: string; password: string }) => {
|
||||
try {
|
||||
let { email, password } = argv;
|
||||
const { email, password } = argv;
|
||||
email = email.trim().toLowerCase();
|
||||
|
||||
const parsed = passwordSchema.safeParse(password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue