fix track.json route
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 31s
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 31s
This commit is contained in:
parent
ea90f512cf
commit
6896e558ab
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ return [
|
|||
}
|
||||
|
||||
$visit = new Visit([
|
||||
'email' => $user->email()->value(),
|
||||
'email' => (string) $user->email(),
|
||||
'country' => $country,
|
||||
'sessionId' => $data['sessionId'] ?? '',
|
||||
'pageUrl' => $data['pageUrl'] ?? '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue