typescript fixes

This commit is contained in:
Om Lanke
2025-09-23 20:57:10 +05:30
parent 3e2c73c1dc
commit 618878940a
4 changed files with 22 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import { headers } from 'next/headers';
export async function GET(
request: NextRequest,
{ params }: { params: { filename: string } }
{ params }: { params: Promise<{ filename: string }> }
) {
console.log("HELLO WORLD")
try {