chore: add git hooks
This commit is contained in:
parent
3d49a25cae
commit
4495210f71
7 changed files with 951 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue