mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
fix: build errors
This commit is contained in:
parent
b66fbd305a
commit
0c2dcf3192
1 changed files with 1 additions and 1 deletions
|
|
@ -55,5 +55,5 @@ export async function PATCH(request: NextRequest, { params }: { params: Promise<
|
|||
// return { liked: !existingLike, count: likeCount };
|
||||
// });
|
||||
|
||||
return rateLimit.sendResponse({ success: false });
|
||||
return NextResponse.json({ success: false });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue