Skip to content

Commit 4f4251d

Browse files
committed
fix(analytics): nullpointer during csv export
refs #1862
1 parent 7198672 commit 4f4251d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ai/elimu/web/analytics/StoryBookLearningEventCsvExportController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void handleRequest(
6666
storyBookLearningEvent.getId(),
6767
storyBookLearningEvent.getTimestamp().getTimeInMillis(),
6868
storyBookLearningEvent.getAndroidId(),
69-
storyBookLearningEvent.getApplication().getPackageName(),
69+
storyBookLearningEvent.getPackageName(),
7070
storyBookLearningEvent.getStoryBook().getId(),
7171
storyBookLearningEvent.getStoryBookTitle(),
7272
storyBookLearningEvent.getLearningEventType()

0 commit comments

Comments
 (0)