Skip to content

Commit

Permalink
chore: fixed ref url
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 8, 2025
1 parent 80df742 commit 3c42275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/api/payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function getPayload(ownerRepo: string, issueId: number, useOpenAi:
}

return {
ref: "development",
ref: "http://localhost",
stateId: "1234",
signature: "",
eventName: "issues.closed",
Expand Down

0 comments on commit 3c42275

Please sign in to comment.