Skip to content

Commit b81fad4

Browse files
committed
fix: update issue id type
1 parent ed72c57 commit b81fad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/issue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function updateIssue(
7575
issue: IssueInfo
7676
): Promise<void> {
7777
await ctx.octokit.graphql(
78-
`mutation ($id: String!, $body: String!) {
78+
`mutation ($id: ID!, $body: String!) {
7979
updateIssue(input: {id: $id, body: $body}) {
8080
clientMutationId
8181
}

0 commit comments

Comments
 (0)