diff --git a/op-gateway/src/worker.ts b/op-gateway/src/worker.ts index 08febe1b..f5ff664d 100644 --- a/op-gateway/src/worker.ts +++ b/op-gateway/src/worker.ts @@ -99,10 +99,7 @@ async function fetch(request: CFWRequest, env: Env) { } const props = decodeUrl(request.url); await tracker.trackEvent( - request, - 'request', - { props }, - true + request, 'request', { props }, true ); return app.handle(request).then(logResult.bind(null, request));