Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanmani1122 committed Jan 18, 2025
1 parent b08157e commit 9ef954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telemetry/src/context-aware-slog.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const classifyRun = body => {

if (body.source === BRIDGE_ID.WALLET) {
const spendAction = JSON.parse(
(body.body?.spendAction || '#{}').replace(/^#+/g, ''),
(body.body?.spendAction || '{}').replace(/^#+/g, ''),
).body;

if (spendAction.method === WALLET_SPEND_METHODS.EXECUTE_OFFER) {
Expand Down

0 comments on commit 9ef954e

Please sign in to comment.