Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Apr 25, 2024
1 parent 048414c commit 25a5cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arb-gateway/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ interface Env {
let app: Router;

const propsDecoder: PropsDecoder<CFWRequest> = (request?: CFWRequest) => {
if(!request || !request.url) {
return {}
if (!request || !request.url) {
return {};
}
const trackingData = request.url.match(
/\/0x[a-fA-F0-9]{40}\/0x[a-fA-F0-9]{1,}\.json/
Expand Down

0 comments on commit 25a5cb4

Please sign in to comment.