1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 07:40:54 -05:00

Add OpenAPI & Scalar UI

This commit is contained in:
Ayymoss
2024-10-15 22:05:19 +01:00
parent 2d7819c731
commit e736c28c38
6 changed files with 34 additions and 11 deletions

View File

@ -5,5 +5,5 @@ namespace WebfrontCore.QueryHelpers.Models;
public class ChatResourceRequest : ChatSearchQuery
{
public bool HasData => !string.IsNullOrEmpty(MessageContains) || !string.IsNullOrEmpty(ServerId) ||
ClientId is not null || SentAfterDateTime is not null;
QueryClientId is not null || SentAfterDateTime is not null;
}