Skip to content

$this->clean_workspace() won't be executed as the exporter is null here #1238

@willis-zhang

Description

@willis-zhang

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().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions