mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
Builder.test: modified draft version of test for data update
This commit is contained in:
@ -126,8 +126,6 @@ const database = () => {
|
||||
};
|
||||
|
||||
const update = async (value) => {
|
||||
console.log('update');
|
||||
console.log(value);
|
||||
if (resumesPath) {
|
||||
if (value === null) {
|
||||
delete __resumesDictionary[databaseLocationId];
|
||||
|
||||
Reference in New Issue
Block a user