Skip to content

Commit

Permalink
Merge pull request #37 from jloh/lib_update
Browse files Browse the repository at this point in the history
Update lua-resty-maxminddb
  • Loading branch information
jloh authored Dec 23, 2018
2 parents ca129cf + 6d6eebf commit 1fadb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
openresty/lua-resty-upload=0.10 \
bungle/lua-resty-reqargs=1.4 \
xiaooloong/lua-resty-iconv=0.2.0 \
anjia0532/lua-resty-maxminddb=0.06
anjia0532/lua-resty-maxminddb=1.3.0
- run:
name: 'Add in Maxmind ASN'
command: |
Expand Down
1 change: 1 addition & 0 deletions lib/geojs/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ local function tbl_copy_merge_defaults(t1, defaults)
return t1 -- not a table
end
end
_M.tbl_copy_merge_defaults = tbl_copy_merge_defaults


-- Splits strings!
Expand Down

0 comments on commit 1fadb25

Please sign in to comment.