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:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@trigger.dev/react": patch
|
||||
---
|
||||
|
||||
chore: updated the type in the eventId argument
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user