Skip to content

Commit

Permalink
applyConfigDot for extra data requests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Dec 19, 2024
1 parent 922e9fc commit 268db67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/SynchronizationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function getObjectFromSource(Synchronization $synchronization, string $en
$source = $this->sourceMapper->find(id: $synchronization->getSourceId());

// Lets get the source config
$sourceConfig = $synchronization->getSourceConfig();
$sourceConfig = $this->callService->applyConfigDot($synchronization->getSourceConfig());
$headers = $sourceConfig['headers'] ?? [];
$query = $sourceConfig['query'] ?? [];
$config = [
Expand Down

0 comments on commit 268db67

Please sign in to comment.