diff options
| -rw-r--r-- | webhook/src/handler/handler.rs | 2 |
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), ) { |
