Skip to content

Commit 2777b8b

Browse files
committed
route.ts - trailing spaces
1 parent 0b8f984 commit 2777b8b

File tree

1 file changed

+1
-1
lines changed
  • src/app/api/blob/[owner]/[repository]/[...path]

1 file changed

+1
-1
lines changed

src/app/api/blob/[owner]/[repository]/[...path]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function GET(req: NextRequest, { params }: { params: Promise<GetBlo
2929
const file = await res.blob()
3030
revalidatePath('/(authed)/projects')
3131
const headers = new Headers()
32-
if (res.status !== 200 ) {
32+
if (res.status !== 200) {
3333
headers.set("Content-Type", "text/plain");
3434
headers.set("Cache-Control", `max-age=3000`)
3535
}

0 commit comments

Comments
 (0)