Skip to content

Commit c13042e

Browse files
committed
fix action key
1 parent 439438c commit c13042e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/elevenlabs/actions/get-voices-with-descriptions/get-voices-with-descriptions.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import elevenlabs from "../../elevenlabs.app.mjs";
22

33
export default {
4-
key: "get-voices-with-descriptions",
4+
key: "elevenlabs-get-voices-with-descriptions",
55
name: "Get Voices with Descriptions",
66
version: "0.0.1",
77
description: "Fetches all available voices from ElevenLabs, including metadata like name, gender, accent, and category. [See the documentation](https://elevenlabs.io/docs/api-reference/voices/search)",

0 commit comments

Comments
 (0)