update build ok,
This commit is contained in:
7
002_source/cms/src/db/QuizCRQuestions/Delete.tsx
Normal file
7
002_source/cms/src/db/QuizCRQuestions/Delete.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { COL_QUIZ_CR_QUESTIONS } from '@/constants';
|
||||
|
||||
import { pb } from '@/lib/pb';
|
||||
|
||||
export default function deleteQuizCRQuestions(id: string): Promise<boolean> {
|
||||
return pb.collection(COL_QUIZ_CR_QUESTIONS).delete(id);
|
||||
}
|
Reference in New Issue
Block a user