Skip to content

Commit

Permalink
Remove todo comment from EditorContentStreamZookeeper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich authored Sep 28, 2023
1 parent dcb1596 commit fff9637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Neos.Neos/Classes/Service/EditorContentStreamZookeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public function relayEditorAuthentication(Authentication\TokenInterface $token):
return;
}

// @todo: find base workspace for user
/** @var Workspace $baseWorkspace */
$baseWorkspace = $contentRepository->getWorkspaceFinder()->findOneByName(WorkspaceName::forLive());
$editorsNewContentStreamId = ContentStreamId::create();
Expand Down

0 comments on commit fff9637

Please sign in to comment.