polyv-live-api-sdk 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +17 -16
- package/LICENSE +0 -21
package/dist/index.js
CHANGED
|
@@ -10938,7 +10938,7 @@ var V4ChannelService = class {
|
|
|
10938
10938
|
async getChannel(params) {
|
|
10939
10939
|
this.validateChannelId(params.channelId);
|
|
10940
10940
|
const response = await this.client.httpClient.get(
|
|
10941
|
-
"/live/v4/channel/
|
|
10941
|
+
"/live/v4/channel/basic/get",
|
|
10942
10942
|
{ params }
|
|
10943
10943
|
);
|
|
10944
10944
|
return response;
|