Fixed types issue

This commit is contained in:
Eddie Annor 2024-08-13 13:23:44 +01:00 committed by GitHub
parent 97fc89a34b
commit 87be623c97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,6 +130,7 @@ export enum Opponents {
} }
export enum CommunityOpponents { export enum CommunityOpponents {
None = "None",
Stik = "Stik", Stik = "Stik",
} }