Skip to content

Commit 980b3ec

Browse files
authored
Merge pull request #1 from DawsonGodin/master
Add getPostal export
2 parents a7e1627 + b4523a8 commit 980b3ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cl.lua

+2
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,5 @@ if dev then
196196
end
197197
)
198198
end
199+
200+
exports('getPostal', function() if nearest ~= nil then return postals[nearest.i].code else return nil end end)

0 commit comments

Comments
 (0)