From bca0ebba359e49f8451f5350cddd157fe890fcb0 Mon Sep 17 00:00:00 2001 From: Master Date: Sat, 6 Jul 2024 01:19:35 +0800 Subject: [PATCH] fix inboxTypes --- src/types/inboxTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[];