michaelshimeles / nextjs-starter-kit

The Ulimate Nextjs Starter Kit. Build your next SAAS product of your dreams. Batteries included.
https://starter.rasmic.xyz/
MIT License
1.18k stars 285 forks source link

Remove if in favor of switch statement #5

Closed mezotv closed 5 months ago

mezotv commented 5 months ago

If statements can get really messy, especially when they get longer. So I replaced the webhook if statement with a switch case statement.

Technically this is not really needed right now, but for the future it is great to have as a foundation.

vercel[bot] commented 5 months ago

@mezotv is attempting to deploy a commit to the Exodus Labs Team on Vercel.

A member of the Team first needs to authorize it.

michaelshimeles commented 5 months ago

Good idea, will be merging this! Thanks friend