Skip to content

Commit 1460ee0

Browse files
committed
web/_headers: remove redundant async
1 parent e0132ab commit 1460ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/routes/_headers/+server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export async function GET() {
1+
export function GET() {
22
const _headers = {
33
"/*": {
44
"Cross-Origin-Opener-Policy": "same-origin",

0 commit comments

Comments
 (0)