Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
awallef committed Jun 10, 2021
1 parent 897a33e commit 637e00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model/Behavior/SyncWithClickUpBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function afterSave(Event $event, EntityInterface $entity, ArrayObject $op
if(empty($options['EnableClickUpSync']['nested'])) throw new \Exception('Need nested options to create records on ClickUp');

// create empty
$clickupId = false;
$resource = $this->getEndpoint()->newEntity();

// check if one exists
Expand Down

0 comments on commit 637e00a

Please sign in to comment.