From 8e0fa94daa62954cd7ac394eeb6c032a3710e232 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 24 Feb 2023 22:38:31 +0000 Subject: [PATCH] fix removed import Signed-off-by: Arthur Lu --- scripts/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.js b/scripts/utils.js index eedb10d..8987e83 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -1,4 +1,4 @@ -import {PVE, API} from "/vars.js"; +import {API} from "/vars.js"; export class ResponseError extends Error { constructor(message) {