Skip to content

Commit

Permalink
event: fix expect error
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Dec 31, 2023
1 parent a83b6c8 commit 9f709ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/funny-planets-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sst": patch
---

event: fix expect error
2 changes: 1 addition & 1 deletion packages/sst/src/node/event-bus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function createEventBuilder<
}
)({
// @ts-expect-error
EventBusName: EventBus[props.bus].eventBusName,
EventBusName: EventBus[input.bus].eventBusName,
// @ts-expect-error
Source: Config.APP,
Detail: JSON.stringify({
Expand Down

0 comments on commit 9f709ed

Please sign in to comment.