Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Mar 28, 2024
1 parent ae179d4 commit 96e191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda_invoker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl LambdaInvoker {
}
}

pub async fn iterate(&self, iterations: u8) -> Result<(), anyhow::Error> {
pub async fn iterate(&self, iterations: u16) -> Result<(), anyhow::Error> {
let config = self.get_function_configuration().await?;
let mut env = config
.environment
Expand Down

0 comments on commit 96e191a

Please sign in to comment.