<@U57AN0XBJ> why do you check `tempAdIds[index] == null` inside `fillAdIds`? Both things are defined...
a
@ar-g why do you check
tempAdIds[index] == null
inside
fillAdIds
? Both things are defined outside of
map
and thus will be always
true
or
false
👍 1