const editStream = (id, formValues) => async dispatch => { const response = await streams.patch(`/streams/${id}`, formValues); dispatch({type: EDIT_STREAM, ...
確定! 回上一頁