forked from ScoDoc/ScoDoc
Assiduites : fix typo type test_api_justif
This commit is contained in:
parent
78d97d2c2d
commit
44de81857a
@ -33,8 +33,8 @@ JUSTIFICATIFS_FIELDS = {
|
||||
"entry_date": str,
|
||||
"fichier": str,
|
||||
"user_id": int | None,
|
||||
"user_name": int | None,
|
||||
"user_nom_complet": int | None,
|
||||
"user_name": str | None,
|
||||
"user_nom_complet": str | None,
|
||||
"external_data": dict,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user