mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Run prettier
This commit is contained in:
parent
3d24c45b7e
commit
1241dabc00
2 changed files with 3 additions and 5 deletions
|
@ -167,15 +167,13 @@ const cacheWrapper = async (event: FetchEvent): Promise<Response> => {
|
|||
case 'OPTIONS':
|
||||
return new Response('', {
|
||||
headers: {
|
||||
'allow': Constants.RESPONSE_HEADERS.allow
|
||||
allow: Constants.RESPONSE_HEADERS.allow
|
||||
},
|
||||
status: 204
|
||||
});
|
||||
default:
|
||||
return new Response('', { status: 405 });
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue