freeCodeCamp / publish

> Content backend platform for /news
https://publish.freecodecamp.org
BSD 3-Clause "New" or "Revised" License
10 stars 9 forks source link

Trim the leading and trailing spaces of the title #402

Closed sidemt closed 5 months ago

sidemt commented 5 months ago

Trim the leading and trailing spaces before checking if the title is empty.

Based on feedback from Estefania:

I also tested if I could save an “empty” title with only a space and this worked. I would suggest trimming the leading and trailing spaces before checking if the title is empty.