Skip to content

Commit f50626e

Browse files
committed
ESLint + pnpm
1 parent 2e84ee6 commit f50626e

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

components/brainbase_labs/actions/create-voice-deployment/create-voice-deployment.mjs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,15 @@ export default {
7272
phoneNumber: this.phoneNumber,
7373
flowId: this.flowId,
7474
enableVoiceSentiment: this.enableVoiceSentiment,
75-
...(this.externalConfig && { externalConfig: this.externalConfig }),
76-
...(this.extractions && { extractions: this.extractions }),
77-
...(this.successCriteria && { successCriteria: this.successCriteria }),
75+
...(this.externalConfig && {
76+
externalConfig: this.externalConfig,
77+
}),
78+
...(this.extractions && {
79+
extractions: this.extractions,
80+
}),
81+
...(this.successCriteria && {
82+
successCriteria: this.successCriteria,
83+
}),
7884
},
7985
});
8086

pnpm-lock.yaml

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)