1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

security header post typo

This commit is contained in:
2019-08-17 12:11:12 -05:00
parent b14a45e429
commit 039fbf4443

View File

@ -48,7 +48,7 @@ addEventListener("fetch", event => {
event.respondWith(fetchAndApply(event.request))
})
async function fetchAndApply(req) {
async function fetchAndApply(request) {
// Fetch the original page from the origin
let response = await fetch(request)