Compare commits
1 Commits
v1.10.0
...
6adcd33943
| Author | SHA1 | Date | |
|---|---|---|---|
| 6adcd33943 |
@@ -32,5 +32,5 @@ export async function createChannels(params: {
|
||||
city?: string
|
||||
isp?: number
|
||||
}) {
|
||||
return callByUser<CreateChannelsResp[]>('/api/channel/create', params)
|
||||
return callPublic<CreateChannelsResp[]>('/api/channel/create', params)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user