Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Jan 30, 2024
1 parent 5c91e0c commit 19ab922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Nativebrik/Nativebrik/page.swift
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class PageView: UIView {
httpRequest: dispatchedEvent.httpRequest,
httpResponseAssertion: dispatchedEvent.httpResponseAssertion
)
parentEventManager?.dispatch(event: dispatchedEvent)
parentEventManager?.dispatch(event: event)
}
}
if let httpRequest = dispatchedEvent.httpRequest {
Expand Down

0 comments on commit 19ab922

Please sign in to comment.