Skip to content

Commit

Permalink
Merge pull request #1 from DawsonGodin/master
Browse files Browse the repository at this point in the history
Add getPostal export
  • Loading branch information
DevBlocky authored Jan 25, 2021
2 parents a7e1627 + b4523a8 commit 980b3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,5 @@ if dev then
end
)
end

exports('getPostal', function() if nearest ~= nil then return postals[nearest.i].code else return nil end end)

0 comments on commit 980b3ec

Please sign in to comment.