move to biomejs, this is before unsafe lint run
Some checks failed
Code quality checks / biome (push) Failing after 16s
Some checks failed
Code quality checks / biome (push) Failing after 16s
This commit is contained in:
parent
f4237afc59
commit
25fcd99acf
43 changed files with 353 additions and 565 deletions
|
@ -67,9 +67,7 @@ async function handler(
|
|||
);
|
||||
}
|
||||
|
||||
const expirationDate: string | null = expires
|
||||
? getNewTimeUTC(expires)
|
||||
: null;
|
||||
const expirationDate: string | null = expires ? getNewTimeUTC(expires) : null;
|
||||
const maxUses: number = Number(max_uses) || 1;
|
||||
const inviteRole: string = role || "user";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue