Skip to content

Commit

Permalink
Correct a log message #3239
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed May 15, 2024
1 parent 1ee0ea5 commit e29d606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const fetchPrelightsHighlight = (
t.string.decode,
E.mapLeft(formatValidationErrors),
E.mapLeft((errors) => {
logger('error', 'RapidReviews response is not a string', { errors, url });
logger('error', 'preLights response is not a string', { errors, url });
return DE.unavailable;
}),
)),
Expand Down

0 comments on commit e29d606

Please sign in to comment.