Skip to content

Commit 0e6dad1

Browse files
committed
Fix build
1 parent 244cbbb commit 0e6dad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/test/src/test-nexus-link-converter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { temporal } from '@temporalio/proto';
44
import {
55
convertWorkflowEventLinkToNexusLink,
66
convertNexusLinkToWorkflowEventLink,
7-
} from '@temporalio/worker/lib/nexus/link-converter';
7+
} from '@temporalio/nexus/lib/link-converter';
88

99
const { EventType } = temporal.api.enums.v1;
1010
const WORKFLOW_EVENT_TYPE = (temporal.api.common.v1.Link.WorkflowEvent as any).fullName.slice(1);

0 commit comments

Comments
 (0)