Skip to content

Commit 8414ffb

Browse files
committed
fix: move attachments fixer
1 parent 5798b50 commit 8414ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server/src/mcp/autofixers/visitors/suggest-attachments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Identifier } from 'estree';
2-
import type { Autofixer } from '.';
2+
import type { Autofixer } from './index.js';
33
import { left_most_id } from '../ast/utils.js';
44

55
export const suggest_attachments: Autofixer = {

0 commit comments

Comments
 (0)