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

unused jsonString variable #12

Open jdegand opened 1 month ago

jdegand commented 1 month ago

In app/success/page.tsx, there is const jsonString = JSON.stringify(session, null, 2);, but it isn't used in the template. Remove?