diff --git a/packages/app/src/pages/studio/tv/components/ProfileData/index.jsx b/packages/app/src/pages/studio/tv/components/ProfileData/index.jsx index 63a5d4aa..db2cef85 100644 --- a/packages/app/src/pages/studio/tv/components/ProfileData/index.jsx +++ b/packages/app/src/pages/studio/tv/components/ProfileData/index.jsx @@ -45,7 +45,7 @@ const ProfileData = (props) => { async function handleChange(key, value) { setLoading(true) - const result = await Streaming.createOrUpdateStream({ + const result = await Streaming.createOrUpdateProfile({ [key]: value, _id: profile._id, }).catch((error) => {