From 195a9cdc667d87d943cc8ffb9d4053fa07af625f Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 5 Nov 2021 22:15:19 +0400 Subject: [PATCH] fix event name --- webhook/src/handler/handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook/src/handler/handler.rs b/webhook/src/handler/handler.rs index 97300e4..b25d270 100644 --- a/webhook/src/handler/handler.rs +++ b/webhook/src/handler/handler.rs @@ -100,7 +100,7 @@ impl HandlerService { .unwrap(); match self.nats.request_timeout( - "nova.cache.dispatch.interaction", + "nova.cache.dispatch.interaction_create", payload, Duration::from_secs(2), ) { -- 2.39.5