From ec11801a241d63b8f8b18f6c19e6233ed771c96d Mon Sep 17 00:00:00 2001 From: LaurenceLiZhixin <382673304@qq.com> Date: Thu, 7 Jan 2021 19:48:02 +0800 Subject: [PATCH] fix: lint --- common/constant/key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constant/key.go b/common/constant/key.go index 9df6585bc..51d86aafb 100644 --- a/common/constant/key.go +++ b/common/constant/key.go @@ -244,7 +244,7 @@ const ( // HEALTH_ROUTE_ENABLED_KEY defines if use health router HEALTH_ROUTE_ENABLED_KEY = "health.route.enabled" // AttachmentKey in context in invoker - AttachmentKey = "attachment" + AttachmentKey = DubboCtxKey("attachment") ) const ( -- GitLab