We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612f421 commit ffe6726Copy full SHA for ffe6726
internal/internal_task_pollers.go
@@ -291,7 +291,7 @@ func newWorkflowTaskPoller(
291
params workerExecutionParameters,
292
) *workflowTaskPoller {
293
/*
294
- Explicit nil handling is needed here. Otherwise, poller.ldaTunnel would not return a nil result
+ Explicit nil handling is needed here. Otherwise, poller.ldaTunnel would not return a nil result
295
*/
296
var ldaTunnelInterface localDispatcher
297
if ldaTunnel != nil {
0 commit comments