fix inboxTypes

This commit is contained in:
Master 2024-07-06 01:19:35 +08:00
parent ebc6d90261
commit bca0ebba35

View File

@ -47,7 +47,7 @@ export interface IInboxReponseClient {
url?: string;
highPriority: boolean;
lowPrioNewPlayers?: boolean;
CrossPlatform?: boolean
CrossPlatform?: boolean;
date: IMongoDate;
r: boolean;
countedAtt?: ICountedAttDatabase[];