Skip to content

Commit

Permalink
does it still work
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle committed Aug 7, 2024
1 parent a26c2d7 commit bb58cbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/resty/ada/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ local new_tab = require("table.new")
local ffi_str = require("ffi").string


local tonumber = tonumber




local function ada_string_to_lua(result)
if result.data == nil then -- nullptr equals to nil but is not falsy
return nil
Expand Down

0 comments on commit bb58cbc

Please sign in to comment.