Skip to content

Commit

Permalink
todo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Jul 24, 2024
1 parent e90ea2e commit 1eb3c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/map.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ func (m Map) LazyArrayElemType() Map {

mm := make(map[string]struct{}, m.Len())
for typ := range m.m {
//TODO: Remove this todo after creating rule for array unpacking (inspection iterable types)
// TODO: https://github.com/VKCOM/modulite/issues/49
if typ == "null" {
break
}
Expand Down

0 comments on commit 1eb3c84

Please sign in to comment.