Skip to content

Commit

Permalink
fix(analytics): nullpointer during csv export
Browse files Browse the repository at this point in the history
refs #1862
  • Loading branch information
jo-elimu committed Aug 25, 2024
1 parent 7198672 commit 4f4251d
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 @@ public void handleRequest(
storyBookLearningEvent.getId(),
storyBookLearningEvent.getTimestamp().getTimeInMillis(),
storyBookLearningEvent.getAndroidId(),
storyBookLearningEvent.getApplication().getPackageName(),
storyBookLearningEvent.getPackageName(),
storyBookLearningEvent.getStoryBook().getId(),
storyBookLearningEvent.getStoryBookTitle(),
storyBookLearningEvent.getLearningEventType()
Expand Down

0 comments on commit 4f4251d

Please sign in to comment.