fix: Avoid failing on public dav URLs

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr
2025-01-02 10:16:00 +01:00
parent bdaf28eef4
commit 97eb0a2c5e
2 changed files with 1 additions and 3 deletions

View File

@@ -88,8 +88,6 @@ class AssignmentService {
$this->changeHelper = $changeHelper;
$this->activityManager = $activityManager;
$this->eventDispatcher = $eventDispatcher;
$this->assignmentServiceValidator->check(compact('userId'));
$this->currentUser = $userId;
}