This commit is contained in:
SrGooglo 2025-04-10 18:22:58 +00:00
parent 4e663733fb
commit 1bbdbe7281

View File

@ -45,7 +45,7 @@ const ProfileData = (props) => {
async function handleChange(key, value) { async function handleChange(key, value) {
setLoading(true) setLoading(true)
const result = await Streaming.createOrUpdateStream({ const result = await Streaming.createOrUpdateProfile({
[key]: value, [key]: value,
_id: profile._id, _id: profile._id,
}).catch((error) => { }).catch((error) => {