Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw authored and hanshuebner committed Oct 27, 2023
1 parent 7e8dd28 commit 310a50b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kong/tools/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ do

return is_array_strict(t)
end
end


--- Checks if a table is an array and not an associative array.
-- *** NOTE *** string-keys containing integers are considered valid array entries!
-- @param t The table to check
-- @return Returns `true` if the table is an array, `false` otherwise
_M.is_lapis_array = is_array_lapis
--- Checks if a table is an array and not an associative array.
-- *** NOTE *** string-keys containing integers are considered valid array entries!
-- @param t The table to check
-- @return Returns `true` if the table is an array, `false` otherwise
_M.is_lapis_array = is_array_lapis
end


--- Deep copies a table into a new table.
Expand Down

1 comment on commit 310a50b

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:310a50b91ab2e6919594792c7a889bf1cefed5df
Artifacts available https://github.com/Kong/kong/actions/runs/6664334825

Please sign in to comment.