mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-16 21:37:51 +00:00
fix: Phonic types
This commit is contained in:
parent
f1f2906d09
commit
663c2fb8ff
@ -10,13 +10,8 @@ export function usePhonicsExercises(categoryId?: string) {
|
||||
.from('phonics_exercises')
|
||||
.select(`
|
||||
*,
|
||||
category:phonics_categories(
|
||||
id,
|
||||
name,
|
||||
description,
|
||||
level
|
||||
),
|
||||
words:phonics_exercise_words!inner(
|
||||
category:phonics_categories(id, name, description, level),
|
||||
words:phonics_exercise_words(
|
||||
id,
|
||||
is_correct_answer,
|
||||
order_index,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user