Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Oct 7, 2024
1 parent 209db7e commit 6bcd4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/content-evaluator-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class ContentEvaluatorModule implements Module {
);

if (Object.keys(relevancesByAi).length !== commentsToEvaluate.length + prCommentsToEvaluate.length) {
throw logger.fatal("Relevance / Comment length mistmatch!", { relevancesByAi, commentsToEvaluate });
throw logger.fatal("Relevance / Comment length mismatch!", { relevancesByAi, commentsToEvaluate });
}

for (const currentComment of commentsWithScore) {
Expand Down

0 comments on commit 6bcd4c9

Please sign in to comment.