-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
TinyNode/public/scripts/api.js
Line 88 in 2cca250
| async function update(form, objIn) { |
The obj variable is reassigned to JSON.parse() and then put back with JSON.stringify(). Unless there is some explicit validation reason for this, the reassignment can be avoided and then the obj does not need to be transformed.
Metadata
Metadata
Assignees
Labels
No labels