Skip to content

Commit 950fada

Browse files
committed
JobWithData struct
1 parent 12b44f0 commit 950fada

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scheduler/src/repository/job_repository.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pub struct JobRepository {
2828
}
2929

3030
#[derive(Serialize, Debug, FromRow, Type)]
31+
#[allow(dead_code)]
3132
pub struct JobWithData {
3233
pub id: Uuid,
3334
pub url: Option<String>,

0 commit comments

Comments
 (0)