Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/link-credit' into fix/link-c…
Browse files Browse the repository at this point in the history
…redit
  • Loading branch information
gentlementlegen committed Nov 19, 2024
2 parents ab2f9be + bab7d21 commit c0e6650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

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 c0e6650

Please sign in to comment.