Skip to content

Commit 972548c

Browse files
committed
clippy fix
1 parent 66da4bd commit 972548c

File tree

1 file changed

+1
-1
lines changed
  • bridge/svix-bridge/src/webhook_receiver

1 file changed

+1
-1
lines changed

bridge/svix-bridge/src/webhook_receiver/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub async fn run(
6464
routes: Vec<WebhookReceiverConfig>,
6565
transformer_tx: TransformerTx,
6666
) -> std::io::Result<()> {
67-
START_TIME.force();
67+
once_cell::sync::Lazy::force(&START_TIME);
6868
let state = InternalState::from_receiver_configs(routes, transformer_tx)
6969
.await
7070
.map_err(std::io::Error::other)?;

0 commit comments

Comments
 (0)