Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlauser committed Jun 3, 2024
1 parent f0fdad2 commit 360f50c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/willowtree/vocable/PhrasesUseCase.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class PhrasesUseCase(
}

override suspend fun addPhrase(localizedUtterance: LocalesWithText, parentCategoryId: String) {
//TODO
storedPhrasesRepository.addPhrase(PhraseDto(
phraseId = uuidProvider.randomUUIDString(),
parentCategoryId = parentCategoryId,
Expand Down

0 comments on commit 360f50c

Please sign in to comment.