Skip to content

Commit 7b494bb

Browse files
committed
Fix type
1 parent 8f85eaf commit 7b494bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ async fn main() {
5353
.await
5454
.expect("failed to initialize connection");
5555

56-
web::run(cli.listen, sender, limiter, cli.auth_token).await.unwrap();
56+
web::run(cli.listen, sender, limiter, &cli.auth_token).await.unwrap();
5757
}

0 commit comments

Comments
 (0)