Skip to content

Commit 0b01101

Browse files
committed
refactor: remove option in task status_updated_at
1 parent 34f5f76 commit 0b01101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aggregation_mode/db/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub struct Task {
2424
pub program_commitment: Vec<u8>,
2525
pub merkle_path: Option<Vec<u8>>,
2626
pub status: TaskStatus,
27-
pub status_updated_at: Option<DateTime<Utc>>,
27+
pub status_updated_at: DateTime<Utc>,
2828
}
2929

3030
#[derive(Debug, Clone, FromRow)]

0 commit comments

Comments
 (0)