Skip to content

Commit a9c2924

Browse files
Update src/core/mentions/index.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 4885782 commit a9c2924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/mentions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function parseMentions(
5050
cwd: string,
5151
urlContentFetcher: UrlContentFetcher,
5252
fileContextTracker?: FileContextTracker,
53-
rooIgnoreController?: any,
53+
rooIgnoreController?: RooIgnoreController,
5454
showRooIgnoredFiles: boolean = true,
5555
): Promise<string> {
5656
const mentions: Set<string> = new Set()

0 commit comments

Comments
 (0)