From f6494bcc454a1fd087c2c528ca76fadf4c763e65 Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Thu, 20 Oct 2022 20:29:39 -0400 Subject: [PATCH] apiPut not needed for zonefile page --- dns/domain_zonefile/domain_zonefile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/domain_zonefile/domain_zonefile.js b/dns/domain_zonefile/domain_zonefile.js index 8d1cae6..6b7e422 100644 --- a/dns/domain_zonefile/domain_zonefile.js +++ b/dns/domain_zonefile/domain_zonefile.js @@ -15,7 +15,7 @@ * along with Linode Manager Classic. If not, see . */ -import { settings, elements, apiGet, apiPut, parseParams, setupHeader } from "/global.js"; +import { settings, elements, apiGet, parseParams, setupHeader } from "/global.js"; (function() {