Skip to content

Commit

Permalink
refactor: remove cid-verifier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BravoNatalie committed Nov 14, 2024
1 parent 760d97b commit a84d336
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/cid-verifier/src/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ export function envAll (request, env, ctx) {
branch: env.BRANCH,
worker: 'cid-verifier',
env: env.ENV,
sentry: env.sentry,
filterFields: (log) => {
const { metadata } = log
const { cf, ...filteredFields } = metadata

return { ...log, metadata: filteredFields }
}
sentry: env.sentry
})
env.log.time('request')
}
Expand Down

0 comments on commit a84d336

Please sign in to comment.