Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Sep 19, 2021
1 parent 0542f75 commit 8e27831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ class App {
url: issue.html_url,
body: issue.body || ''
});
await this.notion.updateLabel(issue.id, issue.labels);
console.log('✅ Issue successfully Synced');
}
async issueClosed(issue) {
Expand Down
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class App {
url: issue.html_url,
body: issue.body || ''
})
await this.notion.updateLabel(issue.id, issue.labels);
console.log('✅ Issue successfully Synced');
}

Expand Down

0 comments on commit 8e27831

Please sign in to comment.