ably-labs / ably-chat-swift

Ably Chat SDK for Swift to build chat experiences at scale
Apache License 2.0
0 stars 1 forks source link

Fix bug in `comparePackageLockfiles` lint step #20

Closed lawrence-forooghian closed 2 months ago

lawrence-forooghian commented 2 months ago

Mistake in 646c220 meant that we tried to iterate over the group twice; this is not something you’re meant to do and the second iteration yields no results.