Skip to content

Commit

Permalink
fix: Remove empty space
Browse files Browse the repository at this point in the history
Fixes: LEARNER-10372
  • Loading branch information
HamzaIsrar12 committed Jan 13, 2025
1 parent caa9acc commit a560e05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum class DiscussionAnalyticsEvent(val eventName: String, val biValue: String)
"edx.bi.app.discussion.post.viewed"
),
DISCUSSION_RESPONSE_VIEWED(
"Discussion:Response Viewed ",
"Discussion:Response Viewed",
"edx.bi.app.discussion.response.viewed"
),
DISCUSSION_POST_CREATED(
Expand Down

0 comments on commit a560e05

Please sign in to comment.