Update CommentPipeline, fix variable bug

This commit is contained in:
Daniel Supernault 2021-12-14 21:09:23 -07:00
parent 7ca63f2eb6
commit 0616a859d5
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -91,7 +91,7 @@ class CommentPipeline implements ShouldQueue
NotificationService::setNotification($notification); NotificationService::setNotification($notification);
NotificationService::set($notification->profile_id, $notification->id); NotificationService::set($notification->profile_id, $notification->id);
StatusService::del($status->id); StatusService::del($comment->id);
}); });
} }
} }