Skip to content

Commit 231a61c

Browse files
accept partial event
1 parent 31a67e3 commit 231a61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/core/mapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function getEventMapping(
4444
}
4545

4646
export function getMappingValue(
47-
event: WalkerOS.Event,
47+
event: WalkerOS.PartialEvent,
4848
mapping: Mapping.Value,
4949
instance?: WalkerOS.Instance,
5050
): WalkerOS.Property | undefined {

0 commit comments

Comments
 (0)