We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66da4bd commit 972548cCopy full SHA for 972548c
bridge/svix-bridge/src/webhook_receiver/mod.rs
@@ -64,7 +64,7 @@ pub async fn run(
64
routes: Vec<WebhookReceiverConfig>,
65
transformer_tx: TransformerTx,
66
) -> std::io::Result<()> {
67
- START_TIME.force();
+ once_cell::sync::Lazy::force(&START_TIME);
68
let state = InternalState::from_receiver_configs(routes, transformer_tx)
69
.await
70
.map_err(std::io::Error::other)?;
0 commit comments