Skip to content

Commit

Permalink
fix: linting of beta (#1918)
Browse files Browse the repository at this point in the history
fix linting
  • Loading branch information
Uzlopak committed Nov 16, 2023
1 parent b710ade commit 54ca972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = (app) => {
context.octokit.issues.createComment(
context.issue({
body: `There were ${edits} edits to issues in this thread.`,
})
}),
);
});
};
Expand Down

0 comments on commit 54ca972

Please sign in to comment.