Skip to content

Commit 96e191a

Browse files
committed
fix type
1 parent ae179d4 commit 96e191a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambda_invoker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl LambdaInvoker {
2323
}
2424
}
2525

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

0 commit comments

Comments
 (0)