diff --git a/jobs/syncVoices.ts b/jobs/syncVoices.ts index f363bb6..f57a90a 100644 --- a/jobs/syncVoices.ts +++ b/jobs/syncVoices.ts @@ -1,3 +1,5 @@ +'use server'; + import { fetchAndTransformVoices } from '@/utils/elevenlabs/server'; import { db } from '@/database/drizzle'; import { voices } from '@/database/drizzle/schema';