Skip to content

Commit e0d31bb

Browse files
committed
updates
1 parent 8094dcd commit e0d31bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/elevenlabs/actions/create-agent/create-agent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
},
120120
tts: {
121121
voice_id: this.voiceId,
122-
model_id: this.modelId,
122+
model_id: this.ttsModelId,
123123
},
124124
},
125125
name: this.name,

components/highlevel_oauth/sources/new-form-submission/new-form-submission.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434

3535
do {
3636
const {
37-
submissions, meta,
37+
submissions = [], meta,
3838
} = await this.app.listFormSubmissions({
3939
params,
4040
});

0 commit comments

Comments
 (0)