summaryrefslogtreecommitdiff
path: root/webhook/src
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-15 14:20:59 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-15 14:20:59 +0400
commitbd637cc3c77dd246ff3a154461ae7e83e1e648b5 (patch)
treeaabeb99a177543e2c6a887d811d1327e2b5d962f /webhook/src
parent8250b77a23b1a4f3102dcb9fe43a745f752462ce (diff)
fix circle ci
Diffstat (limited to 'webhook/src')
-rw-r--r--webhook/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/webhook/src/main.rs b/webhook/src/main.rs
index eef4751..98e5f13 100644
--- a/webhook/src/main.rs
+++ b/webhook/src/main.rs
@@ -15,7 +15,6 @@ async fn main() {
}
async fn start(settings: Settings<Config>) {
-
let addr = format!(
"{}:{}",
settings.config.server.address, settings.config.server.port