Skip to content

Commit

Permalink
😵
Browse files Browse the repository at this point in the history
  • Loading branch information
yordadev committed Jun 8, 2024
1 parent 45b1060 commit e0697c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ClickService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static function track(string $identifier, string $request_ip, int $outcom

try {
ClickRepository::createClick(
UrlRepository::findByDomainIdentifier($identifier, $domain)->id,
UrlRepository::findByDomainIdentifier($domain, $identifier)->id,
LocationRepository::findOrCreateLocationRecord(LocationRepository::getLocationFrom($request_ip))->id,
$outcome_id
);
Expand Down

0 comments on commit e0697c4

Please sign in to comment.