fix type in channel.ts
This commit is contained in:
parent
671d71b3ba
commit
dec81d32d3
@ -30,7 +30,7 @@ class ChannelChannel extends Channel {
|
||||
}
|
||||
|
||||
@bindThis
|
||||
public async init(params: any) {
|
||||
public async init(params: JsonObject) {
|
||||
if (typeof params.channelId !== 'string') return;
|
||||
this.channelId = params.channelId;
|
||||
this.withFiles = !!(params.withFiles ?? false);
|
||||
|
Loading…
Reference in New Issue
Block a user