diff --git a/src/github.ts b/src/github.ts index 960513e..9ec2959 100644 --- a/src/github.ts +++ b/src/github.ts @@ -38,7 +38,7 @@ export async function findExistingComment(selector: string) { return [comment]; } - return data; + return []; }, );