Skip to content

Commit 26ac60d

Browse files
committed
fix: wrong name in the data pushed to the database in analytics
1 parent 39873d9 commit 26ac60d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analytics/src/main/java/stats/UserProjectRollingStat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Map<String, Object> asRecord() {
7575
map.put("editor_durations", this.editor_durations);
7676
map.put("project_durations", this.project_durations);
7777
map.put("activity_durations", this.activity_durations);
78-
map.put("file_durations", this.files_durations);
78+
map.put("files_durations", this.files_durations);
7979
return map;
8080
}
8181

0 commit comments

Comments
 (0)