fix grr
Some checks failed
Deploy Backend / docker (ubuntu-latest) (push) Failing after 33s
Deploy Website / docker (ubuntu-latest) (push) Failing after 31s

This commit is contained in:
Lee 2024-10-29 18:39:27 +00:00
parent b68de0552f
commit f232468fc1

View File

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