Skip to content

Commit

Permalink
Merge pull request #259 from starknet-id/feat/option-to-overwrite-tas…
Browse files Browse the repository at this point in the history
…k-order

feat: option to overwrite task order
  • Loading branch information
Th0rgal authored Sep 12, 2024
2 parents c5ce8e4 + 1a6ccec commit ec6092d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/endpoints/get_tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ pub async fn handler(
}
},
doc! { "$sort": { "sort_order": 1 } },
doc! { "$sort": { "overwrite_order": 1 } },
doc! {
"$project": {
"_id": 0,
Expand Down

0 comments on commit ec6092d

Please sign in to comment.