summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-11-05 22:15:19 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-11-05 22:15:19 +0400
commit195a9cdc667d87d943cc8ffb9d4053fa07af625f (patch)
treea69071bfe8bb1d55fc77267d0392d44af39d6af4
parent9dc45f68161f34496c6625d36d9ccac8cd34342f (diff)
fix event name
-rw-r--r--webhook/src/handler/handler.rs2
1 files changed, 1 insertions, 1 deletions
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),
) {