sunnydl / GamePerformanceTracker

Team project for CSE 115A in Fall 2021, UCSC
3 stars 0 forks source link

Search bar restrictions #22

Closed Hao-bot-5000 closed 3 years ago

Hao-bot-5000 commented 3 years ago

This prevents the user from entering an empty string as an input, by preventing the endpoint from being called if there is no input/the input is falsy.

Closes #21