Update csv.js

This commit is contained in:
Aleksandr Statciuk 2022-04-21 21:46:44 +03:00
parent bcf5480fcb
commit 69b69b2a21

View file

@ -26,7 +26,8 @@ const csv2jsonOptions = {
launched: nullable, launched: nullable,
closed: nullable, closed: nullable,
website: nullable, website: nullable,
native_name: nullable native_name: nullable,
replaced_by: nullable
} }
} }