Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Apr 8, 2024
1 parent 5dd26f8 commit 119e5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ url = { workspace = true }
uuid = { workspace = true, features = ["v4", "serde"] }

[features]
default = ["ethereum", "with_mongdb", "with_sqs"]
default = ["ethereum", "with_mongodb", "with_sqs"]
ethereum = ["ethereum-da-client"]
with_mongdb = ["mongodb"]
with_mongodb = ["mongodb"]
with_sqs = ["omniqueue"]

0 comments on commit 119e5bb

Please sign in to comment.