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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user