diff options
Diffstat (limited to 'app/Integration/SlackWebhook.php')
-rw-r--r-- | app/Integration/SlackWebhook.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Integration/SlackWebhook.php b/app/Integration/SlackWebhook.php index e216ed5b..8f4eb422 100644 --- a/app/Integration/SlackWebhook.php +++ b/app/Integration/SlackWebhook.php @@ -70,7 +70,6 @@ class SlackWebhook extends \Kanboard\Core\Base public function notify($project_id, $task_id, $event_name, array $event) { if ($this->isActivated($project_id)) { - $project = $this->project->getbyId($project_id); $event['event_name'] = $event_name; |