From 1eb3c848d98fa6d52e342a977ae4014209022154 Mon Sep 17 00:00:00 2001 From: Richardas Kuchinskas Date: Wed, 24 Jul 2024 19:22:55 +0300 Subject: [PATCH] todo fix --- src/types/map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/map.go b/src/types/map.go index 91943717..5d57ee00 100644 --- a/src/types/map.go +++ b/src/types/map.go @@ -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 }