Should return noop

This commit is contained in:
Ukendio 2024-07-14 08:34:50 +02:00
parent 48cc4dc7d5
commit 1b6cdd4791

View file

@ -686,9 +686,7 @@ do
local EmptyQuery: Query = { local EmptyQuery: Query = {
__iter = function(): Item __iter = function(): Item
return function() return noop
return 1
end
end, end,
next = noop :: Item, next = noop :: Item,
replace = noop :: (Query, ...any) -> (), replace = noop :: (Query, ...any) -> (),