Skip to content

Commit

Permalink
chore: remove unnecessary undefined check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Ciccola committed Aug 3, 2023
1 parent ea275cb commit 23c6c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/decode-conversions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const convertProject: ConvertFunction<'project'> = (
vertex: message.defaultPresets?.vertex.map(v => v.toString('hex')),
line: message.defaultPresets?.line.map(l => l.toString('hex')),
relation: message.defaultPresets?.relation.map(r => r.toString('hex')),
} || {}
}
}
}

Expand Down

0 comments on commit 23c6c9e

Please sign in to comment.