Skip to content

Commit 3dcc150

Browse files
committed
Add worker/src/nexus directory
1 parent 2150a48 commit 3dcc150

File tree

3 files changed

+2
-2
lines changed

3 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/worker/lib/nexus/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);

packages/worker/src/nexus.ts renamed to packages/worker/src/nexus/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { encodeToPayload, encodeErrorToFailure, decodeOptionalSingle } from '@te
1919
import { fixBuffers } from '@temporalio/common/lib/proto-utils';
2020
import { isAbortError } from '@temporalio/common/lib/type-helpers';
2121
import { isGrpcServiceError, ServiceError } from '@temporalio/client';
22-
import { Logger, withMetadata } from './logger';
22+
import { Logger, withMetadata } from '../logger';
2323

2424
const UNINITIALIZED = Symbol();
2525
// fullName isn't part of the generated typed unfortunately.

0 commit comments

Comments
 (0)