Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Apr 24, 2024
1 parent 3e94f8f commit 7cc1d4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions op-gateway/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 7cc1d4b

Please sign in to comment.