Skip to content

Commit

Permalink
feat: adding logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeWildeDaan committed Aug 30, 2024
1 parent 7cb3248 commit 14cf6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ const minimizePreviousComment = (commentId) => {
}
};

const findAndMinimizePreviousComment = async () => {
const findAndMinimizePreviousComment = () => {
try {
const comments = await octokit.rest.issues.getComment({
const comments = octokit.rest.issues.getComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
Expand Down

0 comments on commit 14cf6f0

Please sign in to comment.