Skip to content

Commit

Permalink
👀
Browse files Browse the repository at this point in the history
  • Loading branch information
yordadev committed Oct 11, 2024
1 parent 930b3f0 commit 22a58f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/ClickRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function createClick(int $short_url_id, int $location_id, int $out
'short_url_id' => $short_url_id,
'location_id' => $location_id,
'outcome_id' => $outcome_id,
'headers' => $headers,
'headers' => json_encode($headers),
'headers_signature' => md5(json_encode($headers)),
]);
} catch (Exception $exception) {
Expand Down

0 comments on commit 22a58f4

Please sign in to comment.