mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-18 06:17:56 +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')
|
.from('phonics_exercises')
|
||||||
.select(`
|
.select(`
|
||||||
*,
|
*,
|
||||||
category:phonics_categories(
|
category:phonics_categories(id, name, description, level),
|
||||||
id,
|
words:phonics_exercise_words(
|
||||||
name,
|
|
||||||
description,
|
|
||||||
level
|
|
||||||
),
|
|
||||||
words:phonics_exercise_words!inner(
|
|
||||||
id,
|
id,
|
||||||
is_correct_answer,
|
is_correct_answer,
|
||||||
order_index,
|
order_index,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user