Skip to content

Commit 7867145

Browse files
committed
?
1 parent 2d55d56 commit 7867145

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
@@ -108,12 +108,12 @@ export function unstable_Form<T extends `${EventKeys}:${string}`>({
108108

109109
if (action.type === "update") {
110110
await updateEvent(
111-
action.adminKey as any,
111+
action.adminKey,
112112
action.eventId,
113113
parsedResult?.data as any
114114
);
115115
} else {
116-
await sendEvent(action.ingestKey as any, parsedResult?.data as any);
116+
await sendEvent(action.ingestKey, parsedResult?.data as any);
117117
}
118118
},
119119
[action, fields]

0 commit comments

Comments
 (0)