Skip to content

Commit 94158ed

Browse files
committed
fix: Fix query for near home location
1 parent 37c3988 commit 94158ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/workers/mail-notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ private function getUsersToNotifyForMove(Move $move): array {
211211
$homeLocationSql = <<<'SQL'
212212
SELECT DISTINCT c_user_id AS id
213213
FROM geokrety.gk_geokrety_near_users_homes
214-
WHERE geokret = ?
214+
WHERE id = ?
215215
AND missing = ?
216216
AND EXISTS (
217217
SELECT 1

0 commit comments

Comments
 (0)