diff --git a/src/types/inboxTypes.ts b/src/types/inboxTypes.ts index b00728d9..4bb97bde 100644 --- a/src/types/inboxTypes.ts +++ b/src/types/inboxTypes.ts @@ -47,7 +47,7 @@ export interface IInboxReponseClient { url?: string; highPriority: boolean; lowPrioNewPlayers?: boolean; - CrossPlatform?: boolean + CrossPlatform?: boolean; date: IMongoDate; r: boolean; countedAtt?: ICountedAttDatabase[];