Skip to content

Commit

Permalink
fix(core.gbapp): Refactoring in MD fix in disabling auto-compiling of…
Browse files Browse the repository at this point in the history
… .gbapps.
  • Loading branch information
rodrigorodriguez committed Mar 30, 2020
1 parent ab5d507 commit ade960a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/core.gbapp/models/GBModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ export class GuaribasInstance extends Model<GuaribasInstance>
@Column
public whatsappServiceUrl: string;

@Column
public whatsappServiceWebhookUrl: string;

@Column
public smsKey: string;

Expand Down
1 change: 0 additions & 1 deletion packages/core.gbapp/services/GBDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ade960a

Please sign in to comment.