web/_headers: remove redundant async
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

This commit is contained in:
wukko 2024-09-23 15:23:23 +06:00
parent e0132ab928
commit 1460ee0d53
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -1,4 +1,4 @@
export async function GET() {
export function GET() {
const _headers = {
"/*": {
"Cross-Origin-Opener-Policy": "same-origin",