Skip to content

Commit b12bc60

Browse files
authored
(regression) fix: remove invalid envFile response field in sendEvent cmd (#577)
* fix: remove invalid envFile response field in sendEvent cmd * add changeset
1 parent a7bc5df commit b12bc60

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/tiny-candles-type.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/cli": patch
3+
---
4+
5+
remove unused envFile param in sendEvent.ts cmd

packages/cli/src/commands/sendEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export async function sendEventCommand(path: string, anyOptions: any) {
3636
return;
3737
}
3838

39-
const { apiUrl, envFile, apiKey } = apiDetails;
39+
const { apiUrl, apiKey } = apiDetails;
4040

4141
const parsedPayload = safeJSONParse(options.payload);
4242

0 commit comments

Comments
 (0)