update build ok,
This commit is contained in:
@@ -2,7 +2,7 @@ import { COL_QUIZ_LP_CATEGORIES } from '@/constants';
|
||||
import type { RecordModel } from 'pocketbase';
|
||||
|
||||
import { pb } from '@/lib/pb';
|
||||
import type { CreateFormProps } from '@/components/dashboard/lp_categories/type';
|
||||
import type { CreateFormProps } from '@/components/dashboard/lp/categories/type';
|
||||
|
||||
export default function updateQuizLPCategory(id: string, data: CreateFormProps): Promise<RecordModel> {
|
||||
return pb.collection(COL_QUIZ_LP_CATEGORIES).update(id, data);
|
||||
|
Reference in New Issue
Block a user