Skip to content

Commit 96161f9

Browse files
committed
fix: import NextRequest in regenerate-section/route.ts
1 parent bbd9f8c commit 96161f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/api/chat/regenerate-section/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { NextRequest } from "next/server";
12
import {
23
applyChatDiff,
34
applySingleDiffToSection,

0 commit comments

Comments
 (0)