From 68fefbfe248f4ada3e4b8011d653a936c46316d2 Mon Sep 17 00:00:00 2001 From: trunglt251292 Date: Wed, 30 Mar 2022 20:38:09 +0700 Subject: [PATCH] [Update] Request nats subject --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index 6ffbd01..8e004ab 100644 --- a/constants.go +++ b/constants.go @@ -14,7 +14,7 @@ const ( SubjectRequestKeywordUpsert = "selly.request.keyword.upsert" SubjectPullKeywordUpsert = "selly.pull.keyword.upsert" SubjectRequestKeywordSearch = "selly.request.keyword.search" - SubjectRequestKeywordCreateIndex = "selly.request.order.create_index" + SubjectRequestKeywordCreateIndex = "selly.request.keyword.create_index" SubjectRequestUserUpsert = "selly.request.user.upsert" SubjectPullUserUpsert = "selly.pull.user.upsert"