Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <[email protected]>
  • Loading branch information
gmaclennan and EvanHahn authored Sep 4, 2024
1 parent 17b344e commit 8d3cc1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/decode-conversions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export const convertObservation: ConvertFunction<'observation'> = (
...rest,
attachments: message.attachments.map(convertAttachment),
tags: convertTags(message.tags),
// Remove invalid position metadata if it's missing required fields
metadata: metadata ? removeInvalidPositionMetadata(metadata) : {},
presetRef,
}
Expand Down

0 comments on commit 8d3cc1a

Please sign in to comment.