Skip to content

Commit 6a96b9c

Browse files
committed
chore: fix type name
1 parent 2241baf commit 6a96b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nx-plugin/src/plugin/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CP_TARGET_NAME } from './constants.js';
55
import type {
66
CreateNodesOptions,
77
NormalizedCreateNodesContext,
8-
NormalizedCreateNodesV2Context,
8+
NormalizedCreateNodesContextV2,
99
ProjectConfigurationWithName,
1010
} from './types.js';
1111

@@ -49,7 +49,7 @@ export async function normalizedCreateNodesV2Context(
4949
context: CreateNodesContextV2,
5050
projectConfigurationFile: string,
5151
createOptions: CreateNodesOptions = {},
52-
): Promise<NormalizedCreateNodesV2Context> {
52+
): Promise<NormalizedCreateNodesContextV2> {
5353
const projectRoot = path.dirname(projectConfigurationFile);
5454

5555
try {

0 commit comments

Comments
 (0)