Skip to content

Commit 46f192c

Browse files
committed
chore: remove comment
1 parent 6e51ae2 commit 46f192c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/indexing/githubDocumentFetcher.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ export class GithubDocumentFetcher {
181181
`Error listing GitHub repository files from ${directory}:`,
182182
error.message
183183
);
184-
// 型ガードでerrorがオブジェクトかつ'response'プロパティを持つ場合のみ処理
185184
if (
186185
typeof error === 'object' &&
187186
error !== null &&

0 commit comments

Comments
 (0)