const { data, error } = await supabase .from('pokemon') .insert([ ... payload: data }) } const logout = (data) => { dispatch({ type: ...
確定! 回上一頁