Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Aug 24, 2024
1 parent c3f435f commit 2c604d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GithubHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class {
* @param {string} commentBody
*/
async updateComment(repository, commentId, commentBody) {
const [owner, repo] = repository.split('/');
const [owner, repo] = repository.split('/')

await this.#oktokit.rest.issues.updateComment({
owner,
Expand Down

0 comments on commit 2c604d7

Please sign in to comment.