Fix: remove unneeded import from Hoarder widget.js (#5097)

This commit is contained in:
Chris 2025-03-29 22:49:53 -04:00 committed by GitHub
parent 4567427b9c
commit 30cb893354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
import credentialedProxyHandler from "utils/proxy/handlers/credentialed"; import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
import { asJson } from "utils/proxy/api-helpers";
const widget = { const widget = {
api: `{url}/api/v1/{endpoint}`, api: `{url}/api/v1/{endpoint}`,