Skip to content

Commit

Permalink
[/] What the
Browse files Browse the repository at this point in the history
  • Loading branch information
cvyl authored Dec 11, 2023
1 parent 2e405ce commit ebb7f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const array = process.env.EVENT_ISSUE_BODY.split("### ")
const flare = require("cloudflare")
const { logSuccess, getValidRecordType,logErrorAndExit, DNS_ZONE_ID, nonascii } = require('utils');
const { logSuccess, getValidRecordType,logErrorAndExit, DNS_ZONE_ID, nonascii } = require('./utils');

/**
* CONSTANTS
Expand Down

0 comments on commit ebb7f38

Please sign in to comment.