Skip to content

Commit 90a3f41

Browse files
fix lint
1 parent 0246597 commit 90a3f41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/routes/og/+server.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ export const GET: RequestHandler = async ({ url }) => {
6969
bodyData = new Uint8Array(png);
7070
}
7171

72-
return new Response(bodyData, {
73-
headers: {
74-
"Content-Type": "image/png",
75-
"Cache-Control": "public, max-age=31536000, immutable"
76-
}
77-
});
72+
return new Response(bodyData, {
73+
headers: {
74+
"Content-Type": "image/png",
75+
"Cache-Control": "public, max-age=31536000, immutable"
76+
}
77+
});
7878
};

0 commit comments

Comments
 (0)