mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-19 19:33:46 +01:00
Fix typo in comment
This commit is contained in:
parent
0c6bae0096
commit
3e6bf109f4
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ export const cacheWrapper = async (
|
||||||
console.log('Purging cache as requested');
|
console.log('Purging cache as requested');
|
||||||
await cache.delete(cacheKey);
|
await cache.delete(cacheKey);
|
||||||
return new Response('', { status: 200 });
|
return new Response('', { status: 200 });
|
||||||
/* yes, we dd give HEAD */
|
/* yes, we do give HEAD */
|
||||||
case 'HEAD':
|
case 'HEAD':
|
||||||
return new Response('', {
|
return new Response('', {
|
||||||
headers: Constants.RESPONSE_HEADERS,
|
headers: Constants.RESPONSE_HEADERS,
|
||||||
|
|
Loading…
Add table
Reference in a new issue