Skip to content

Commit

Permalink
Fix typo 5. GitHub won't let me do more at one time.
Browse files Browse the repository at this point in the history
Co-authored-by: Bryce Willey <Bryce.Steven.Willey@gmail.com>
  • Loading branch information
plocket and BryceStevenWilley committed Jun 16, 2023
1 parent f5f781b commit 3e89d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scope.js
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ module.exports = {
}

let result = {
// Unfortunately mutating frozen objects only fails silently.
// NOTE: mutating frozen objects will fail silently, so don't mutate this attribute
original: Object.freeze(row),
artificial: false,
// Give fake data if needed to prevent some kind of hidden input field from being found
Expand Down

0 comments on commit 3e89d78

Please sign in to comment.