deleting idnum property on export. see #65

This commit is contained in:
mic 2024-07-16 18:18:47 +02:00
parent 18502ce731
commit b15616b5d7

View file

@ -162,6 +162,8 @@ export function preparePromptsForExport(prompts){
delete prompt[key];
}
})
}else{
delete prompt['idnum'];
}
});
return output;