1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 08:33:48 +00:00

PM-24509 remove limit field (#6169)

This commit is contained in:
Vijay Oommen
2025-08-06 14:59:53 -05:00
committed by GitHub
parent d74c71c1d0
commit e61a5cc83a

View File

@@ -45,9 +45,6 @@ public class RetrievalOptions
[JsonPropertyName("real_time")]
public bool RealTime { get; set; } = true;
[JsonPropertyName("limit")]
public int? Limit { get; set; } = 3;
}
public class RetrievalOptionsRunSearch