diff --git a/bun.lock b/bun.lock index 0c22d0e..eb60ba6 100644 --- a/bun.lock +++ b/bun.lock @@ -17,7 +17,6 @@ "@vueuse/core": "^13.2.0", "animate.css": "^4.1.1", "argon2": "^0.43.0", - "axios": "^1.9.0", "cheerio": "^1.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/package.json b/package.json index 2abc4cc..08d8747 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "@vueuse/core": "^13.2.0", "animate.css": "^4.1.1", "argon2": "^0.43.0", - "axios": "^1.9.0", "cheerio": "^1.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/server/api/publishers/lt/[slug].ts b/server/api/publishers/lt/[slug].ts index 0ee554a..0d85246 100644 --- a/server/api/publishers/lt/[slug].ts +++ b/server/api/publishers/lt/[slug].ts @@ -1,6 +1,5 @@ // TODO Add caching import * as cheerio from "cheerio"; -import axios from "axios"; export default defineEventHandler(async (event) => { const slug = getRouterParam(event, "slug");