summaryrefslogtreecommitdiff
path: root/webhook/src/config.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-08 14:48:39 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-08 14:48:39 +0400
commita02b25f235ba6eff33c6fd965c97071d5f112b6d (patch)
tree2fc18dbde0f1b2403cb83cf1adb6aa5e66cef7b2 /webhook/src/config.rs
parent308df902d6ff8656cea13e61e5277890d5ad4f08 (diff)
changes in the proto names, and new spec for nats
Diffstat (limited to 'webhook/src/config.rs')
-rw-r--r--webhook/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhook/src/config.rs b/webhook/src/config.rs
index eead97b..a054d33 100644
--- a/webhook/src/config.rs
+++ b/webhook/src/config.rs
@@ -16,4 +16,4 @@ pub struct Discord {
pub struct Config {
pub server: ServerSettings,
pub discord: Discord,
-} \ No newline at end of file
+}