fix: remove bad assert

Fixes #814
This commit is contained in:
Lewis Russell 2023-06-14 15:12:00 +01:00
parent 30446e30d1
commit 6680427dd0
1 changed files with 0 additions and 1 deletions

View File

@ -345,7 +345,6 @@ function M.compare_heads(a, b)
elseif a and #a ~= #b then
return true
end
assert(b)
for i, ah in ipairs(a or {}) do
if b[i].head ~= ah.head then
return true