Skip to content

Commit ac94cea

Browse files
committed
fix: update import path for getOwn utility
1 parent 875b08c commit ac94cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/rules/respect/no-x-security-both-scheme-and-scheme-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getOwn } from '../../utils.js';
1+
import { getOwn } from '../../utils/get-own.js';
22

33
import type { Arazzo1Rule } from '../../visitors.js';
44
import type { UserContext } from '../../walk.js';

0 commit comments

Comments
 (0)