Skip to content

Commit 2d55d56

Browse files
committed
.
1 parent d99575c commit 2d55d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/basehub/src/react/form/primitive.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ export function unstable_Form<T extends `${EventKeys}:${string}`>({
110110
await updateEvent(
111111
action.adminKey as any,
112112
action.eventId,
113-
parsedResult?.data
113+
parsedResult?.data as any
114114
);
115115
} else {
116-
await sendEvent(action.ingestKey as any, parsedResult?.data);
116+
await sendEvent(action.ingestKey as any, parsedResult?.data as any);
117117
}
118118
},
119119
[action, fields]

0 commit comments

Comments
 (0)