1
0
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:
Maciej Zieniuk 2024-10-17 11:04:55 +01:00
parent ca872fa51c
commit 86da346ee7
No known key found for this signature in database
GPG Key ID: 9CACE59F1272ACD9

View File

@ -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>