Type replace callback as Any

This commit is contained in:
Ukendio 2024-07-13 04:13:54 +02:00
parent 570b72c778
commit 5022d79561

View file

@ -812,7 +812,7 @@ local function preparedQuery(compatibleArchetypes: { Archetype },
return queryNext
end
local function replace(_, fn)
local function replace(_, fn: any)
for i, archetype in compatibleArchetypes do
local tr = indices[i]
local columns = archetype.columns