Skip to content

Commit

Permalink
replace insensitive word
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Sep 14, 2023
1 parent d17347f commit 5e870f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function getAllFields(event: object) {
// Store the field
pushField(path, value)
} else {
// Sanity check, it should not happen because events are JSON-encoded so value types are
// Coherence check, it should not happen because events are JSON-encoded so value types are
// limited.
logger.error(`Unexpected value type at ${path || '<root>'}`, value)
}
Expand Down

0 comments on commit 5e870f2

Please sign in to comment.