Skip to content

Commit 904bd51

Browse files
authored
removed unused imports
1 parent b8833fa commit 904bd51

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ use std::{net::SocketAddr, sync::Arc, time::Duration};
33
use axum::{
44
extract::{Path, State},
55
http,
6-
routing::{get, post},
6+
routing::post,
77
Router,
88
};
9-
use shellexpand::env;
109
use svix_bridge_types::{
1110
async_trait,
1211
svix::{

0 commit comments

Comments
 (0)