Add proximity_precision value into the analytics

This commit is contained in:
ManyTheFish 2023-12-14 16:48:06 +01:00
parent 6425996e36
commit e741bc1c62

View File

@ -452,6 +452,7 @@ make_setting_route!(
json!({
"proximity_precision": {
"set": precision.is_some(),
"value": precision,
}
}),
Some(req),