feat: pricing free channel
This commit is contained in:
parent
6789f29748
commit
ee45d9c033
|
|
@ -206,7 +206,7 @@ export class IntegrationsController {
|
||||||
return this._integrationService.enableChannel(
|
return this._integrationService.enableChannel(
|
||||||
org.id,
|
org.id,
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
org?.subscription?.totalChannels || pricing[org?.subscription?.subscriptionTier].channel,
|
org?.subscription?.totalChannels || pricing.FREE.channel,
|
||||||
id
|
id
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue