Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hi02102002 committed May 24, 2024
1 parent 692566c commit 292c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/socket.ctx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const SocketProvider = ({
}

const res = await fetch(
`${API_URL}/api/conversation-live-chat/${
`${props.API_URL || API_URL}/api/conversation-live-chat/${
userId || genId()
}/${_channelId}`,
)
Expand Down

0 comments on commit 292c74b

Please sign in to comment.