The code here:
|
$this->clean_workspace(); |
When doing the sync post pushing through:
|
$action = new Apple_Actions\Index\Push( $this->settings, $id ); |
The exporter is null during the __construct(). And there is a null check for the exporter inside clean_workspace()
The it won't execute the code clean_workspace().