Skip to content

Commit dce6c21

Browse files
make missing uid a parse error
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 7166542 commit dce6c21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/batches.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use crate::{client::Client, errors::Error, request::HttpClient};
1010
#[serde(rename_all = "camelCase")]
1111
pub struct Batch {
1212
/// Unique identifier of the batch.
13-
#[serde(default)]
1413
pub uid: u32,
1514
/// When the batch was enqueued.
1615
#[serde(default, with = "time::serde::rfc3339::option")]

0 commit comments

Comments
 (0)