From 06834248629961a815a658225069d05586556ac6 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 30 Oct 2019 11:46:47 -0400 Subject: [PATCH] Update cwg.ts --- src/commands/cwg.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/cwg.ts b/src/commands/cwg.ts index 5cbe6f9..11c9801 100644 --- a/src/commands/cwg.ts +++ b/src/commands/cwg.ts @@ -124,6 +124,7 @@ export default class CWG extends Command { url: `https://api.cloudflare.com/client/v4/zones/5e82fc3111ed4fbf9f58caa34f7553a7/dns_records?name=${domain.domain}`, headers: { Authorization: `Bearer ${this.client.config.cloudflare}` }, }); + this.client.signale.debug(resultID.data); const recordID = resultID.data.result[0].id; await axios({ method: 'delete',