I'm unsure exactly where the problem is, but I found this out while trying to create a new species with a BigInt body_mass value in species merge tests (backend/api_tests/species/merge.test.ts).
Not a big issue, but seems odd since the body_mass is a BigInt in the database schema. This might happen because the backend expects a number and tries to convert the value to BigInt.
I'm unsure exactly where the problem is, but I found this out while trying to create a new species with a BigInt body_mass value in species merge tests (
backend/api_tests/species/merge.test.ts).Not a big issue, but seems odd since the body_mass is a BigInt in the database schema. This might happen because the backend expects a number and tries to convert the value to BigInt.