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) {
setLoading(true)
const result = await Streaming.createOrUpdateStream({
const result = await Streaming.createOrUpdateProfile({
[key]: value,
_id: profile._id,
}).catch((error) => {