prettier fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { SupabaseClient } from '@supabase/supabase-js';
|
||||
|
||||
import { Database } from '@kit/supabase/database';
|
||||
|
||||
import PersonalCode from '~/lib/utils';
|
||||
|
||||
import { AccountWithParams } from '../types/accounts';
|
||||
@@ -11,7 +12,7 @@ import { AccountWithParams } from '../types/accounts';
|
||||
* @param {SupabaseClient<Database>} client - The Supabase client instance.
|
||||
*/
|
||||
class AccountsApi {
|
||||
constructor(private readonly client: SupabaseClient<Database>) { }
|
||||
constructor(private readonly client: SupabaseClient<Database>) {}
|
||||
|
||||
/**
|
||||
* @name getAccount
|
||||
|
||||
Reference in New Issue
Block a user