Skip to content

Commit

Permalink
Hide version in fallback activation's path (apache#5025)
Browse files Browse the repository at this point in the history
  • Loading branch information
upgle authored Nov 11, 2020
1 parent 7b99af9 commit 12ca4e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class InvokerReactive(
duration = Some(0),
response = response,
annotations = {
Parameters(WhiskActivation.pathAnnotation, JsString(msg.action.asString)) ++
Parameters(WhiskActivation.pathAnnotation, JsString(msg.action.copy(version = None).asString)) ++
Parameters(WhiskActivation.kindAnnotation, JsString(Exec.UNKNOWN)) ++ causedBy
})
}
Expand Down

0 comments on commit 12ca4e3

Please sign in to comment.