Skip to content

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda committed Sep 29, 2023
1 parent 48aa859 commit 6506202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class StepQuizCodeViewModel: ObservableObject {

func logClickedInputAccessoryButton(symbol: String) {
moduleOutput?.handleChildQuizAnalyticEventMessage(
StepQuizFeatureMessageCodeEditorClickedInputAccessoryButtonEvent(symbol: symbol)
StepQuizFeatureMessageCodeEditorClickedInputAccessoryButtonEventMessage(symbol: symbol)
)
}
}
Expand Down

0 comments on commit 6506202

Please sign in to comment.