0👍
Your code should also work without the following code as blacklist
is not used inside updateRecord()
:
const blackList = {};
formData.forEach(function(value, key){
blackList[key] = value;
});
Source:stackexchange.com
0👍
Your code should also work without the following code as blacklist
is not used inside updateRecord()
:
const blackList = {};
formData.forEach(function(value, key){
blackList[key] = value;
});