iamshaunjp / iamshaunjp/Supabase-Tutorial-for-Beginners
Table name is smoothies not recipes
Open
- Dominant language
- HTML
- Stars
- 118
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
In Create.JS in lesson 4, the table name says 'recipes' not 'smoothies'
What it says in the GitHub file
`const { data, error } = await supabase
.from('recipes')
.insert([{ title, method, rating }])`
What it is meant to be :
`const { data, error } = await supabase
.from('smoothies')
.insert([{ title, method, rating }])`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.