Skip to content

Commit

Permalink
chore: update src/parser/content-evaluator-module.ts
Browse files Browse the repository at this point in the history
Co-authored-by: アレクサンダー.eth <4975670+0x4007@users.noreply.github.com>
  • Loading branch information
gentlementlegen and 0x4007 authored Nov 19, 2024
1 parent ab0b831 commit 5eb31af
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 @@ -109,7 +109,7 @@ export class ContentEvaluatorModule extends BaseModule {
);

if (Object.keys(relevancesByAi).length !== commentsToEvaluate.length + prCommentsToEvaluate.length) {
throw this.context.logger.fatal("Relevance / Comment length mismatch!", {
throw this.context.logger.error("Relevance / Comment length mismatch!", {
relevancesByAi,
commentsToEvaluate,
prCommentsToEvaluate,
Expand Down

0 comments on commit 5eb31af

Please sign in to comment.