Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty client behavior with app-attached sandboxes
Previously, if a clientless app was attached to a sandbox, it would error with NoneType. This commit checks app._client to make sure it exists before using it.
- Loading branch information