Skip to content

Commit 52d2045

Browse files
committed
Fixed a duplicate import
1 parent c219b68 commit 52d2045

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/nexus/src/workflow-helpers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import type {
1212
WorkflowStartOptions as ClientWorkflowStartOptions,
1313
WorkflowSignalWithStartOptions as ClientWorkflowSignalWithStartOptions,
1414
} from '@temporalio/client';
15-
import { WorkflowUpdateStage } from '@temporalio/client';
16-
import type { WorkflowUpdateHandle, WorkflowUpdateOptions } from '@temporalio/client';
15+
import { WorkflowUpdateStage, type WorkflowUpdateHandle, type WorkflowUpdateOptions } from '@temporalio/client';
1716
import { type temporal } from '@temporalio/proto';
1817
import type {
1918
InternalWorkflowHandle,

0 commit comments

Comments
 (0)