Skip to content

Commit

Permalink
Pass settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Feb 14, 2024
1 parent 4ccdd2c commit 3c6820e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utilities/decode-payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const decodePayloadWithCodec =
// Convert Payload data
const awaitData = await convertPayloadsWithCodec({
payloads: { payloads },
settings,
});
return (awaitData?.payloads ?? []).map((p) =>
decodePayload(p, returnDataOnly),
Expand Down

0 comments on commit 3c6820e

Please sign in to comment.