Skip to content

Commit

Permalink
Update service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanm8 authored May 12, 2022
1 parent 73fb385 commit 4d87d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const createIssue = async (repo: string, owner: string, octokit, issue: GithubIs
owner: owner,
repo: repo,
title: issue.title,
body: issue.body
body: issue.body.slice(65550)
})
}

Expand Down

0 comments on commit 4d87d46

Please sign in to comment.