Skip to content
Snippets Groups Projects
Commit e051aa4c authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: fix err

parent 8214a53b
No related branches found
No related tags found
No related merge requests found
......@@ -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 = AttachmentCtxKey("attachment")
AttachmentKey = "attachment"
)
const (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment