fix: credit source for table comparison algorithm

This commit is contained in:
Erica Marigold 2024-04-15 21:26:38 +05:30
parent d85faed644
commit 5dfc707b29
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -1,3 +1,4 @@
-- From https://gist.github.com/sapphyrus/fd9aeb871e3ce966cc4b0b969f62f539
local function tableEq(tbl1, tbl2)
if tbl1 == tbl2 then
return true