mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-11 05:20:53 +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');
|
||||
await cache.delete(cacheKey);
|
||||
return new Response('', { status: 200 });
|
||||
/* yes, we dd give HEAD */
|
||||
/* yes, we do give HEAD */
|
||||
case 'HEAD':
|
||||
return new Response('', {
|
||||
headers: Constants.RESPONSE_HEADERS,
|
||||
|
|
Loading…
Add table
Reference in a new issue