Fixing typo.

This commit is contained in:
sergiotarxz 2023-08-08 20:08:10 +02:00
parent 6110e29cd5
commit 5aa76ffc70
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ sub _populate_locations ($dbh) {
SELECT uuid, remote_address
FROM requests
WHERE date > NOW() - interval '2 months'
OFSSET $page
OFFSET $page
LIMIT 100;
EOF
if (!@$data) {