Refactor (#109)
This commit is contained in:
committed by
pullfrog[bot]
parent
101c666610
commit
69b9b96ddd
+2
-2
@@ -17,8 +17,8 @@ export function GetIssueEventsTool(ctx: ToolContext) {
|
||||
ctx.toolState.issueNumber = issue_number;
|
||||
|
||||
const events = await ctx.octokit.paginate(ctx.octokit.rest.issues.listEventsForTimeline, {
|
||||
owner: ctx.owner,
|
||||
repo: ctx.name,
|
||||
owner: ctx.repo.owner,
|
||||
repo: ctx.repo.name,
|
||||
issue_number,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user