mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix debug line
This commit is contained in:
parent
806c19ccd4
commit
f59b6cd370
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
|
||||
function handleFetchRequest(ev) {
|
||||
const request = ev.request
|
||||
console.log('requestUrl.pathname: ', requestUrl.pathname)
|
||||
console.log('requestUrl.pathname: ', request)
|
||||
|
||||
if (request.method === 'POST') {
|
||||
const requestUrl = new URL(request.url)
|
||||
|
|
|
|||
Loading…
Reference in a new issue