Skip to content

Commit

Permalink
Fix accidental build error
Browse files Browse the repository at this point in the history
  • Loading branch information
EricGhildyal committed Nov 25, 2024
1 parent 5e5750d commit 6d97374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/ingresses/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use async_trait::async_trait;
use miette::Result;

use crate::WholePercent;
pub use apig::AwsApiGateway;

/// Ingresses are responsible for (1) controlling how much traffic the canary
/// gets (hence the name ingress, since it functions like a virtual LB) and
Expand Down

0 comments on commit 6d97374

Please sign in to comment.