Skip to content

Commit

Permalink
Debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Jan 17, 2025
1 parent 372fe38 commit 99aceb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export default class GitHubDriver {
const { title, body, labels: customLabels = [] } = reminder;
const labels = this.#getLabels(customLabels, reminder);

/* eslint-disable-next-line no-console */
console.log({ labels });

return this.#octokit.issues.create({
owner,
repo: repo || name,
Expand Down

0 comments on commit 99aceb9

Please sign in to comment.