Skip to content

Commit

Permalink
Fix missing wiki_id
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Jul 2, 2024
1 parent 2a6aeef commit b41663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wikipedia/Code/ImageRecommendationsFunnel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ final class ImageRecommendationsFunnel: NSObject {
}

func logDialogWarningMessageDidDisplay() {
logEvent(activeInterface: .recommendedImageToolbar, action: .warning)
logEvent(activeInterface: .recommendedImageToolbar, action: .warning, project: project)
}
}

0 comments on commit b41663b

Please sign in to comment.