From a3c167c21f9559d7577a08bcc6a23323ac756d5b Mon Sep 17 00:00:00 2001 From: Trial97 Date: Tue, 15 Jun 2021 08:55:25 +0300 Subject: [PATCH] Updated *method constant --- utils/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/consts.go b/utils/consts.go index 73b669ecc..1190b5367 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -2200,7 +2200,7 @@ const ( // Others OptsContext = "*context" Subsys = "*subsys" - MetaMethod = "*method" + MetaMethod = "*reqMethod" OptsAttributesProcessRuns = "*processRuns" MetaEventType = "*eventType" EventType = "EventType"