From 7ad8caeed873bb5c302f6a9f777c784c3932ceef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Wed, 4 Jun 2025 00:38:56 +0800 Subject: [PATCH] Missing files from last commit. --- bun.lock | 1 - package.json | 1 - server/api/publishers/lt/[slug].ts | 1 - 3 files changed, 3 deletions(-) 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");