Skip to content

Commit

Permalink
Update SyncPlatformJob.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Sep 3, 2024
1 parent 9718f18 commit b7761bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sync/src/Jobs/SyncPlatformJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ protected function syncPlatform(Platform $sourcePlatform)
foreach ($targetPlatforms as $targetPlatform) {
try {
$this->logDebug('Syncing platform', [
'source' => $sourcePlatform->id,
'target' => $targetPlatform->id,
'source' => $sourcePlatform->name,
'target' => $targetPlatform->name,
]);

$this->sendWebhook($sourcePlatform, $targetPlatform);
Expand Down

0 comments on commit b7761bc

Please sign in to comment.