prettier fix
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { getSupabaseServerAdminClient } from "@kit/supabase/server-admin-client";
|
||||
import type { ICode } from "~/lib/types/code";
|
||||
import { getSupabaseServerAdminClient } from '@kit/supabase/server-admin-client';
|
||||
|
||||
import type { ICode } from '~/lib/types/code';
|
||||
|
||||
export const createCodes = async (codes: ICode[]) => {
|
||||
await getSupabaseServerAdminClient()
|
||||
.schema('medreport').from('codes')
|
||||
.schema('medreport')
|
||||
.from('codes')
|
||||
.upsert(codes);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user