Debug
This commit is contained in:
@@ -212,6 +212,7 @@ function political_compass()
|
||||
end
|
||||
|
||||
function groups_add_post()
|
||||
@info rawpayload()
|
||||
data = collect(JSON3.read(rawpayload()))
|
||||
push!(data,1)
|
||||
dict = Dict(zip(["country","state","town","latitude","longitude","contact","members"],data))
|
||||
|
@@ -92,7 +92,6 @@
|
||||
if (addressVec!=undefined) {
|
||||
let data = [...addressVec,userPinLat,userPinLng,contactInput.value]
|
||||
let url = "/" + locale + "/groups-add-post/"
|
||||
console.log(data)
|
||||
sendData(url,data)
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user