We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a115d commit 88bc6ffCopy full SHA for 88bc6ff
packages/react-hooks/src/hooks/useTaskTrigger.ts
@@ -119,6 +119,7 @@ export function useRealtimeTaskTrigger<TTask extends AnyTask>(
119
const triggerInstance = useTaskTrigger<TTask>(id, options);
120
const realtimeInstance = useRealtimeRun<TTask>(triggerInstance.handle?.id, {
121
...options,
122
+ id: triggerInstance.handle?.id,
123
accessToken: triggerInstance.handle?.publicAccessToken ?? options?.accessToken,
124
});
125
0 commit comments