We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7e1627 + b4523a8 commit 980b3ecCopy full SHA for 980b3ec
cl.lua
@@ -196,3 +196,5 @@ if dev then
196
end
197
)
198
199
+
200
+exports('getPostal', function() if nearest ~= nil then return postals[nearest.i].code else return nil end end)
0 commit comments