Skip to content

Commit 4759ba1

Browse files
committed
update
1 parent eb4f022 commit 4759ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/assemblyai/actions/transcribe-audio/transcribe-audio.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
callbackWithRerun: {
5353
type: "boolean",
5454
label: "Callback With Rerun",
55-
description: "Use the `$.flow.rerun` Node.js helper to rerun the step when the transcription is completed. Overrides the `webhookUrl` prop. This will increase execution time and credit usage as a result. [See the documentation(https://pipedream.com/docs/code/nodejs/rerun/#flow-rerun). Not available in Pipedream Connect.",
55+
description: "Use the `$.flow.rerun` Node.js helper to rerun the step when the transcription is completed. Overrides the `webhookUrl` prop. This will increase execution time and credit usage as a result. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun/#flow-rerun). Not available in Pipedream Connect.",
5656
optional: true,
5757
},
5858
},

0 commit comments

Comments
 (0)