mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Ensure fp unset is immutable. [closes #1913]
This commit is contained in:
@@ -174,7 +174,8 @@ exports.mutate = {
|
||||
},
|
||||
'set': {
|
||||
'set': true,
|
||||
'setWith': true
|
||||
'setWith': true,
|
||||
'unset': true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user