Add raw geolocation data to server registration response
This commit is contained in:
@@ -30,6 +30,7 @@ class ServerService {
|
|||||||
geolocationData.latitude,
|
geolocationData.latitude,
|
||||||
geolocationData.longitude
|
geolocationData.longitude
|
||||||
],
|
],
|
||||||
|
"raw": geolocationData.toJson()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user