mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +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) {
|
||||
setLoading(true)
|
||||
|
||||
const result = await Streaming.createOrUpdateStream({
|
||||
const result = await Streaming.createOrUpdateProfile({
|
||||
[key]: value,
|
||||
_id: profile._id,
|
||||
}).catch((error) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user