Skip to content

Commit

Permalink
1.22.3 build fix for cherry pick build error (#5163)
Browse files Browse the repository at this point in the history
## What changed?
1.22.3 build fix for cherry pick build error

## Why?
<!-- Tell your future self why have you made these changes -->

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
  • Loading branch information
yux0 authored Nov 28, 2023
1 parent 38f0eb2 commit 294e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/api/get_workflow_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func GetOrPollMutableState(
eventNotifier events.Notifier,
) (*historyservice.GetMutableStateResponse, error) {

logger := shardContext.GetLogger()
logger := shard.GetLogger()
namespaceID := namespace.ID(request.GetNamespaceId())
err := ValidateNamespaceUUID(namespaceID)
if err != nil {
Expand Down

0 comments on commit 294e8a3

Please sign in to comment.