Skip to content

Commit

Permalink
Remove 'domain' parameter from tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud authored Jan 10, 2024
1 parent de6cafb commit 7bc0b3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ private function getPageInformation()
{
return [
'locale' => $this->localeResolver->getLocale(),
'domain' => $this->requestInterface->getServer('SERVER_ADDR'),
];
}

Expand Down

0 comments on commit 7bc0b3c

Please sign in to comment.