Skip to content

Commit 51c68cd

Browse files
Restyled by whitespace
1 parent b4542f5 commit 51c68cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/api/upload/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ export async function POST(req: NextRequest) {
5757
const response = new NextResponse(parsedText);
5858
response.headers.set('FileName', fileName);
5959
return response;
60-
}
60+
}

0 commit comments

Comments
 (0)