Skip to content

Commit

Permalink
Fix cherry pick build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yux0 committed Nov 28, 2023
1 parent 38f0eb2 commit 30a4087
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 30a4087

Please # to comment.