feat: pricing free channel

This commit is contained in:
Nevo David 2024-03-11 01:26:24 +07:00
parent 6789f29748
commit ee45d9c033
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export class IntegrationsController {
return this._integrationService.enableChannel(
org.id,
// @ts-ignore
org?.subscription?.totalChannels || pricing[org?.subscription?.subscriptionTier].channel,
org?.subscription?.totalChannels || pricing.FREE.channel,
id
);
}