mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 07:36:41 +00:00
fix: type-check all edge functions in ci
This commit is contained in:
parent
871b3f809a
commit
63984ba135
3 changed files with 16 additions and 20 deletions
|
|
@ -25,7 +25,8 @@ function generateUsername(name: string): string {
|
|||
}
|
||||
|
||||
async function usernameAvailable(
|
||||
admin: ReturnType<typeof createClient>,
|
||||
// deno-lint-ignore no-explicit-any
|
||||
admin: any,
|
||||
username: string,
|
||||
): Promise<boolean> {
|
||||
const { data } = await admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue