mirror of
https://github.com/bitwarden/server.git
synced 2025-01-20 21:31:23 +01:00
PM-10563: Request validation to always for int type
This commit is contained in:
parent
ca872fa51c
commit
86da346ee7
@ -18,7 +18,7 @@ public class NotificationFilterRequestModel : IValidatableObject
|
||||
/// <summary>
|
||||
/// A cursor for use in pagination.
|
||||
/// </summary>
|
||||
[StringLength(10)]
|
||||
[StringLength(9)]
|
||||
public string? ContinuationToken { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user