chore: add git hooks

This commit is contained in:
Samuel 2024-12-18 17:58:01 +01:00
parent 84b5ef9755
commit 7cfec72d53
No known key found for this signature in database
7 changed files with 951 additions and 12 deletions

View file

@ -76,6 +76,7 @@ export const createMessageStatsSources = (
// increment the message count of the message's weekday for this recipient
weekday[weekdayIndex][message.fromRecipientId] += 1;
// increment the message count of the message's daytime for this recipient
daytime[messageDate.getHours()][message.fromRecipientId] += 1;
}
}