Skip to content

Table name is smoothies not recipes  #12

@NuriaAgbasi

Description

@NuriaAgbasi

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 }])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions