smh my head
Some checks failed
Deploy Backend / docker (ubuntu-latest) (push) Failing after 34s
Deploy Website / docker (ubuntu-latest) (push) Failing after 34s

This commit is contained in:
Lee 2024-10-29 18:49:20 +00:00
parent 78c8c1ba98
commit 448155a3c3

@ -57,5 +57,7 @@ export default class Player {
} }
export type StatisticChange = { export type StatisticChange = {
[key in Timeframe]?: PlayerHistory; daily: PlayerHistory;
weekly: PlayerHistory;
monthly: PlayerHistory;
}; };