refactor: remove unused import from reddit service

This commit is contained in:
Felix Vuong 🍂 2025-03-29 20:22:43 +07:00
parent 2f14f6682e
commit 4a7b51936c

View File

@ -1,4 +1,4 @@
import { extract, resolveRedirectingURL, normalizeURL } from "../url.js";
import { resolveRedirectingURL } from "../url.js";
import { genericUserAgent, env } from "../../config.js";
import { getCookie, updateCookieValues } from "../cookie/manager.js";