From 8e918dd24439ec67f2b453c1c80545d7e47048bc Mon Sep 17 00:00:00 2001 From: Yifei Hu Date: Fri, 12 Jul 2024 12:49:56 +0800 Subject: [PATCH] delete the unused file --- ui/lib/fetchNewsData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/fetchNewsData.ts b/ui/lib/fetchNewsData.ts index 9fd902a..11b08be 100644 --- a/ui/lib/fetchNewsData.ts +++ b/ui/lib/fetchNewsData.ts @@ -1,4 +1,4 @@ -import fs from "node:fs/promises"; +mport fs from "node:fs/promises"; import path from "node:path"; export async function fetchNewsData(id: string) {