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"