fix search param name
This commit is contained in:
parent
e8d5d50ae5
commit
c49267e6c4
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ using JetBrains.Annotations;
|
|||
namespace Femto.Api.Controllers.Posts.Dto;
|
||||
|
||||
[PublicAPI]
|
||||
public record GetPublicPostsSearchParams(Guid? From, int? Amount, Guid? AuthorId, string? Author);
|
||||
public record GetPublicPostsSearchParams(Guid? After, int? Amount, Guid? AuthorId, string? Author);
|
Loading…
Add table
Add a link
Reference in a new issue