Some tweaks for beta

This commit is contained in:
Gregory Schier
2024-08-19 19:10:08 -07:00
parent 323e27a047
commit 0763c1b9b8
6 changed files with 20 additions and 13 deletions

View File

@@ -364,7 +364,7 @@ pub struct GetHttpRequestByIdResponse {
#[ts(export)]
pub struct FindHttpResponsesRequest {
pub request_id: String,
pub limit: Option<i64>,
pub limit: Option<i32>,
}
#[derive(Debug, Clone, Default, Serialize, Deserialize, TS)]