We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f36dc1 commit 30eec10Copy full SHA for 30eec10
projects/jupyter-server-ydoc/jupyter_server_ydoc/app.py
@@ -160,7 +160,7 @@ async def get_document(
160
161
encoded_path = encode_file_path(file_format, content_type, file_id)
162
room_id = room_id_from_encoded_path(encoded_path)
163
-
+
164
elif path is not None or content_type is not None or file_format is not None:
165
raise ValueError(error_msg)
166
else:
0 commit comments