Skip to content

Commit

Permalink
fix: issue check signature
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 30, 2024
1 parent 0bacd3c commit f224b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/issue-deduplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface IssueGraphqlResponse {
* @param context The context object
* @returns True if a similar issue is found, false otherwise
**/
export async function issueChecker(context: Context<"issues.opened" | "issues.edited">): Promise<boolean> {
export async function issueChecker(context: Context<"issues.opened" | "issues.edited">) {
const {
logger,
adapters: { supabase },
Expand Down

0 comments on commit f224b20

Please sign in to comment.