Skip to content

Commit

Permalink
fix: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Sep 13, 2024
1 parent 2a08b22 commit 736a0bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"voyageai",
"vectordump",
"payloadobject",
"markdownit"
"markdownit",
"plpgsql"
],
"dictionaries": ["typescript", "node", "software-terms"],
"import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"],
Expand Down
2 changes: 1 addition & 1 deletion src/handlers/issue-deduplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function issueChecker(context: Context): Promise<boolean> {
//Build a list of similar issues url
const issueList: IssueGraphqlResponse[] = await Promise.all(
warningIssue.map(async (issue: IssueSimilaritySearchResult) => {
//fetch the issue url and title using globaNodeId
//fetch the issue url and title using globalNodeId
const issueUrl: IssueGraphqlResponse = await context.octokit.graphql(
`query($issueNodeId: ID!) {
node(id: $issueNodeId) {
Expand Down

0 comments on commit 736a0bf

Please sign in to comment.