Skip to content

Commit 3ee5dc1

Browse files
ci: apply automated fixes
1 parent 43a42c3 commit 3ee5dc1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/blog/tanstack-ai-audio-generation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ The API is identical to `useGenerateImage` and friends:
7373
import { useGenerateAudio } from '@tanstack/ai-react'
7474

7575
function MusicGen() {
76-
const { generate, result, isLoading, error, stop, reset } =
77-
useGenerateAudio({ connection })
76+
const { generate, result, isLoading, error, stop, reset } = useGenerateAudio({
77+
connection,
78+
})
7879

7980
return (
8081
<>

0 commit comments

Comments
 (0)