Skip to content

Commit c67064e

Browse files
fix create-event publish typo (#76)
1 parent 755a262 commit c67064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/extract-stack/src/create-event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function createEvent<
4848
Source: source,
4949
DetailType: type,
5050
Detail: JSON.stringify({
51-
propteries: propertiesSchema.parse(properties),
51+
properties: propertiesSchema.parse(properties),
5252
metadata: metadataSchema.parse(metadata),
5353
}),
5454
}],

0 commit comments

Comments
 (0)