From 1bbdbe7281e2c6f94d6d5910f1ec84d6de5ac21e Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 10 Apr 2025 18:22:58 +0000 Subject: [PATCH] fix typo --- .../app/src/pages/studio/tv/components/ProfileData/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {