fix trim()
All checks were successful
CI / update (push) Successful in 14s

This commit is contained in:
2024-08-27 18:13:52 +02:00
parent 470a74099f
commit 87768b539f
2 changed files with 3 additions and 3 deletions

View File

@@ -208,7 +208,7 @@
...add_info,
images, // TODO
season: season_local,
short_name short_name.trim(),
short_name: short_name.trim(),
datecreated,
portions: portions_local,
datemodified,