mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-11 21:39:31 +02:00
Add space before new line in order to fix typo (#1013)
This commit is contained in:
parent
0ce992e22e
commit
60a16fa46d
@ -219,7 +219,7 @@ def create_deletion_attempt_for_connector_id(
|
||||
raise HTTPException(
|
||||
status_code=400,
|
||||
detail=f"Connector with ID '{connector_id}' and credential ID "
|
||||
f"'{credential_id}' is not deletable. It must be both disabled AND have"
|
||||
f"'{credential_id}' is not deletable. It must be both disabled AND have "
|
||||
"no ongoing / planned indexing attempts.",
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user