Add duplicate keys management for extras #1

Merged
a.fabrizio0a806 merged 6 commits from feature/implement_validators into main 2024-11-29 16:09:42 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 401fcbe1c7 - Show all commits

View File

@ -21,4 +21,4 @@ def ignore_duplicate_keys(key, data, errors, context):
log.debug(f"Errore: 'extras' non è una lista, ma è di tipo {type(extras)}")
## Mantieni la lista aggiornata, che consente chiavi duplicate
data[key] = extras
#data[key] = extras