apiPut not needed for zonefile page

This commit is contained in:
L. Bradley LaBoon 2022-10-20 20:29:39 -04:00
parent d6bafb1526
commit f6494bcc45
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
*/
import { settings, elements, apiGet, apiPut, parseParams, setupHeader } from "/global.js";
import { settings, elements, apiGet, parseParams, setupHeader } from "/global.js";
(function()
{