diff --git a/src/utils/githubUtils.ts b/src/utils/githubUtils.ts index d17dcad..0ef424c 100644 --- a/src/utils/githubUtils.ts +++ b/src/utils/githubUtils.ts @@ -153,7 +153,8 @@ export const setIssue = async(issue: Issue) => { issue.html_url, issue.user_login, issue.user_html_url, - '(IS)' + '(IS)', + null, ]); } } @@ -266,4 +267,4 @@ export const formatEmojiStatus = (data: Issue | PullRequest) => { } return emoji; -} \ No newline at end of file +}