Skip to content

Commit e4e69d1

Browse files
committed
fix: reconcile tap corroboration with current interaction semantics
1 parent 74bf80b commit e4e69d1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/daemon/handlers/interaction-touch-response.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ export function buildInteractionResponseData(params: {
158158
targetKind: source.targetKind,
159159
...applyResolutionDisclosurePolicy(source, {
160160
resolution:
161-
source.kind === 'runner-payload'
162-
? DIRECT_IOS_NOT_OBSERVED_RESOLUTION
163-
: source.resolution,
161+
source.kind === 'runner-payload' ? DIRECT_IOS_NOT_OBSERVED_RESOLUTION : source.resolution,
164162
}),
165163
...(extra ?? {}),
166164
};

0 commit comments

Comments
 (0)