Error: Call to a member function getDeleted() on null
Introduced in https://gitlab.com/minds/engine/commit/84da7d65f571fc3cd679783ee9e07bcf89c40f37 Sentry Issue: [ENGINE-A](https://sentry.io/organizations/minds-inc/issues/1177379995/?referrer=gitlab_integration) ``` Error: Call to a member function getDeleted() on null File "/Core/Suggestions/Manager.php", line 104, in Minds\Core\Suggestions\Manager::getList if ($entity->getDeleted()) { File "/Controllers/api/v2/suggestions.php", line 36, in Minds\Controllers\api\v2\suggestions::get $result = $manager->getList($opts); File "/Api/Factory.php", line 69, in Minds\Api\Factory::build return $handler->$method($pages); File "/Controllers/api/api.php", line 76, in Minds\Controllers\api\api::get return Factory::build($pages, $this->request, $this->response); File "/Core/Router.php", line 137, in Minds\Core\Router::route return $handler->$method($pages); ... (1 additional frame(s) were not displayed) ```
issue