fix: ...
This commit is contained in:
parent
d000b57ff1
commit
b61a6ded3b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub struct Model {
|
||||||
pub payload: Option<String>,
|
pub payload: Option<String>,
|
||||||
pub published: ChronoDateTimeUtc,
|
pub published: ChronoDateTimeUtc,
|
||||||
pub not_before: ChronoDateTimeUtc,
|
pub not_before: ChronoDateTimeUtc,
|
||||||
pub attempt: i32,
|
pub attempt: i16,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||||
|
|
Loading…
Reference in a new issue