remove unused const

merge-requests/1/merge
Matthew 2019-10-20 22:48:38 -04:00
parent bd26d64a1c
commit 8d9f6555ae
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export default class CWG extends Command {
enabled: true,
});
if (domain.includes('cloud.libraryofcode.org')) {
const method = await axios({
await axios({
method: 'post',
url: 'https://api.cloudflare.com/client/v4/zones/5e82fc3111ed4fbf9f58caa34f7553a7/dns_records',
headers: { Authorization: `Bearer ${this.client.config.cloudflare}`, 'Content-Type': 'application/json' },