Skip to content

Commit a0bd383

Browse files
committed
refactor(deps): model-2.0.86
1 parent 6fef925 commit a0bd383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/src/main/java/ai/elimu/content_provider/utils/converter/CursorToWordAssessmentEventGsonConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ object CursorToWordAssessmentEventGsonConverter {
5454
wordAssessmentEventGson.id = id
5555
wordAssessmentEventGson.androidId = androidId
5656
wordAssessmentEventGson.packageName = packageName
57-
wordAssessmentEventGson.time = time
57+
wordAssessmentEventGson.timestamp = time
5858
wordAssessmentEventGson.wordId = wordId
5959
wordAssessmentEventGson.wordText = wordText
6060
wordAssessmentEventGson.masteryScore = masteryScore

utils/src/main/java/ai/elimu/content_provider/utils/converter/CursorToWordLearningEventGsonConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object CursorToWordLearningEventGsonConverter {
5252
wordLearningEventGson.id = id
5353
wordLearningEventGson.androidId = androidId
5454
wordLearningEventGson.packageName = packageName
55-
wordLearningEventGson.time = time
55+
wordLearningEventGson.timestamp = time
5656
wordLearningEventGson.wordId = wordId
5757
wordLearningEventGson.wordText = wordText
5858
wordLearningEventGson.learningEventType = learningEventType

0 commit comments

Comments
 (0)