fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 0 additions and 4 deletions
Showing only changes of commit ade960ac3e - Show all commits

View file

@ -138,9 +138,6 @@ export class GuaribasInstance extends Model<GuaribasInstance>
@Column
public whatsappServiceUrl: string;
@Column
public whatsappServiceWebhookUrl: string;
@Column
public smsKey: string;

View file

@ -218,7 +218,6 @@ export class GBDeployer {
instance.whatsappBotKey = bootInstance.whatsappBotKey;
instance.whatsappServiceNumber = bootInstance.whatsappServiceNumber;
instance.whatsappServiceUrl = bootInstance.whatsappServiceUrl;
instance.whatsappServiceWebhookUrl = bootInstance.whatsappServiceWebhookUrl;
instance.storageServer = bootInstance.storageServer;
instance.storageName = bootInstance.storageName;
instance.storageUsername = bootInstance.storageUsername;