fix limit

This commit is contained in:
2026-02-27 18:44:59 +09:00
parent 8cba6b1dea
commit f7cce79f70
3 changed files with 78 additions and 21 deletions

View File

@@ -30,7 +30,6 @@ pub struct PutRecordResponse {
pub struct ListRecordsResponse {
pub records: Vec<Record>,
#[serde(default)]
#[allow(dead_code)]
pub cursor: Option<String>,
}