diff --git a/src/commands/cwg.ts b/src/commands/cwg.ts index 1f423a1..bfc5e89 100644 --- a/src/commands/cwg.ts +++ b/src/commands/cwg.ts @@ -125,8 +125,8 @@ export default class CWG extends Command { headers: { Authorization: `Bearer ${this.client.config.cloudflare}` }, }); this.client.signale.debug(resultID.data); - const recordID = resultID.data.result[0].id; 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}`,