Ctrl + C / V muss gelernt sein

This commit is contained in:
2024-06-05 12:13:39 +02:00
parent 5e6e5492d9
commit 614f393463

View File

@@ -51,7 +51,7 @@ public class Routes {
posts
WHERE
deleted IS NULL
AND AND earth_distance(
AND earth_distance(
ll_to_earth(posts.postlocation[0], posts.postlocation[1]),
ll_to_earth((?), (?))
) <= 10000