fix(core.gbapp): Refactoring in MD fix in disabling auto-compiling of .gbapps.
This commit is contained in:
parent
ab5d507989
commit
ade960ac3e
2 changed files with 0 additions and 4 deletions
|
@ -138,9 +138,6 @@ export class GuaribasInstance extends Model<GuaribasInstance>
|
|||
@Column
|
||||
public whatsappServiceUrl: string;
|
||||
|
||||
@Column
|
||||
public whatsappServiceWebhookUrl: string;
|
||||
|
||||
@Column
|
||||
public smsKey: string;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue