Skip to content

Commit

Permalink
fix: activity for specific date should be cleared on new analytics up…
Browse files Browse the repository at this point in the history
…loading gf-604
  • Loading branch information
ArtemZag committed Oct 8, 2024
1 parent e898529 commit 5692023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ActivityLogRepository implements Repository {
await this.activityLogModel
.query()
.where("projectId", projectId)
.where("date", date)
.andWhere("date", date)
.delete();
}

Expand Down

0 comments on commit 5692023

Please sign in to comment.