From 7174fb248ed975ab917fe136df6f784fbdd9c7e2 Mon Sep 17 00:00:00 2001 From: Bsian Date: Wed, 30 Oct 2019 17:35:29 +0000 Subject: [PATCH] Lint --- src/commands/cwg.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commands/cwg.ts b/src/commands/cwg.ts index 6c37699..d8f594e 100644 --- a/src/commands/cwg.ts +++ b/src/commands/cwg.ts @@ -128,10 +128,10 @@ export default class CWG extends Command { if (resultID.data.result[0]) { const recordID = resultID.data.result[0].id; await axios({ - method: 'delete', - url: `https://api.cloudflare.com/client/v4/zones/5e82fc3111ed4fbf9f58caa34f7553a7/dns_records/${recordID}`, - headers: { Authorization: `Bearer ${this.client.config.cloudflare}` }, - }); + method: 'delete', + url: `https://api.cloudflare.com/client/v4/zones/5e82fc3111ed4fbf9f58caa34f7553a7/dns_records/${recordID}`, + headers: { Authorization: `Bearer ${this.client.config.cloudflare}` }, + }); } } try {