Builder.test: modified draft version of test for data update

This commit is contained in:
gianantoniopini
2020-12-20 17:36:24 +01:00
parent b3be9e5f50
commit 45edbded87
2 changed files with 31 additions and 17 deletions

View File

@ -126,8 +126,6 @@ const database = () => {
};
const update = async (value) => {
console.log('update');
console.log(value);
if (resumesPath) {
if (value === null) {
delete __resumesDictionary[databaseLocationId];