mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix typo
This commit is contained in:
parent
4e663733fb
commit
1bbdbe7281
@ -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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user