diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-11-05 22:15:19 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-11-05 22:15:19 +0400 |
| commit | 195a9cdc667d87d943cc8ffb9d4053fa07af625f (patch) | |
| tree | a69071bfe8bb1d55fc77267d0392d44af39d6af4 | |
| parent | 9dc45f68161f34496c6625d36d9ccac8cd34342f (diff) | |
fix event name
| -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), ) { |
