chore: updated the type in the eventId argument (#389)

* chore: updated the type in the eventId argument

* Create nervous-masks-rest.md

---------

Co-authored-by: Eric Allam <eallam@icloud.com>
This commit is contained in:
Chigala
2023-08-24 11:51:06 +01:00
committed by GitHub
parent 403acac5ef
commit a907e2a988
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@trigger.dev/react": patch
---
chore: updated the type in the eventId argument
+1 -1
View File
@@ -42,7 +42,7 @@ export function useEventDetails(eventId: string | undefined): UseEventDetailsRes
}
export function useEventRunDetails(
eventId: string,
eventId: string | undefined,
options?: RunDetailOptions
): UseRunDetailsResult {
const event = useEventDetails(eventId);