Skip to content

Commit

Permalink
Implemented feature X; Co-authored-by: Barry Brands <barry@conduction…
Browse files Browse the repository at this point in the history
….nl>; Co-authored-by: Remko Huisman <[email protected]>
  • Loading branch information
WilcoLouwerse committed Oct 4, 2024
1 parent db8f0c3 commit 706f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Action/SynchronizationAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct(
*/
public function run(array $argument): array
{
//@todo: for testing purposes
//@todo: for testing purposes
if (!isset($argument['synchronizationId'])) {
$argument['synchronizationId'] = 1;
}
Expand Down

0 comments on commit 706f187

Please sign in to comment.