Skip to content

Commit

Permalink
fix: remove lodash import
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 2, 2023
1 parent 8539b8a commit 6e9c173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/api/summarize.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import find from "lodash";
import { NextResponse } from "next/server";
import { Redis } from "@upstash/redis";
import type { NextFetchEvent, NextRequest } from "next/server";
Expand Down

1 comment on commit 6e9c173

@vercel
Copy link

@vercel vercel bot commented on 6e9c173 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.