Skip to content

Commit

Permalink
merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Feb 21, 2024
1 parent a692a03 commit 2ee6d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/warp-controller/src/query/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ pub fn query_jobs_by_owner(
}
Ok(JobsResponse {
jobs,
total_count: infos.len(),
total_count: infos.len() as u32,
})
}

0 comments on commit 2ee6d3c

Please sign in to comment.