Skip to content

Commit

Permalink
fixed refresh workflow tasks (cadence-workflow#4750)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolodezny authored Feb 23, 2022
1 parent 6123731 commit 417f150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/frontend/accessControlledHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ func (a *AccessControlledWorkflowHandler) RefreshWorkflowTasks(ctx context.Conte
return errUnauthorized
}

return a.RefreshWorkflowTasks(ctx, request)
return a.frontendHandler.RefreshWorkflowTasks(ctx, request)
}

// UpdateDomain API call
Expand Down

0 comments on commit 417f150

Please sign in to comment.