Skip to content

Commit afa994e

Browse files
author
Evie Gauthier
committed
fix: update GITHUB_REPO constant to SableClient/Sable
1 parent 14c4a46 commit afa994e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/features/bug-report/BugReportModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type SimilarIssue = {
3030
html_url: string;
3131
};
3232

33-
const GITHUB_REPO = '7w1/sable';
33+
const GITHUB_REPO = 'SableClient/Sable';
3434

3535
async function searchSimilarIssues(query: string, signal: AbortSignal): Promise<SimilarIssue[]> {
3636
// Split into individual words, drop very short ones, and join with OR so that

0 commit comments

Comments
 (0)