This commit is contained in:
Logan
2026-04-21 22:26:33 -04:00
parent 65839a3191
commit 88103c8011
+1 -1
View File
@@ -96,7 +96,7 @@ export const c2api = {
// Vocabulary // Vocabulary
getVocabulary: (systemId: string) => getVocabulary: (systemId: string) =>
request<{ vocabulary: string[]; vocabulary_pending: { term: string; source: string; added_at: string }[]; vocabulary_bootstrapped: boolean }>( request<{ vocabulary: string[]; vocabulary_pending: { term: string; source: "induction" | "correction"; added_at: string }[]; vocabulary_bootstrapped: boolean }>(
`/systems/${systemId}/vocabulary` `/systems/${systemId}/vocabulary`
), ),
bootstrapVocabulary: (systemId: string) => bootstrapVocabulary: (systemId: string) =>