1
This commit is contained in:
Evan Pratten 2023-05-22 11:44:55 -04:00
parent e80c25b81d
commit fe696e5a97

View File

@ -27,6 +27,9 @@ async function goat_counter_analytics(context) {
if (url.searchParams.get('goat-counter-debug') == 'true') {
response.headers.set('X-GoatCounter-Payload', JSON.stringify(payload));
}
// Return the response
return response;
}
// Chaining