fix(worker): parse anonymous client ip without cidr mask

This commit is contained in:
2026-02-08 19:01:17 +08:00
parent 65387ca846
commit 06220ca921

View File

@@ -180,7 +180,7 @@ async fn process_task(state: &AppState, task_id: Uuid) -> Result<(), AppError> {
session_id,
api_key_id,
source::text AS source,
client_ip::text AS client_ip
host(client_ip) AS client_ip
FROM tasks
WHERE id = $1
"#,