Skip to content

Commit

Permalink
Issue bot: this isn't typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Apr 17, 2023
1 parent 6b6b71e commit 9f4cd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/issue-bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async function getGitHubFile(path, { github, context }) {
path,
});

return data as string;
return data;
}

// Create a new comment or update the existing one
Expand Down

0 comments on commit 9f4cd67

Please sign in to comment.