fix track.json route
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 31s

This commit is contained in:
isUnknown 2026-03-03 15:52:20 +01:00
parent ea90f512cf
commit 6896e558ab

View file

@ -43,7 +43,7 @@ return [
}
$visit = new Visit([
'email' => $user->email()->value(),
'email' => (string) $user->email(),
'country' => $country,
'sessionId' => $data['sessionId'] ?? '',
'pageUrl' => $data['pageUrl'] ?? '',