17
All checks were successful
Pull-Request Vibe Check / ci-test (pull_request) Successful in 7s
Test python action / test (push) Successful in 31s

This commit is contained in:
2026-08-10 23:51:06 +02:00
parent c1bef19b27
commit 324cd5473f
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ def add_card(
is None
)
except AssertionError:
raise HTTPException(status.HTTP_409_CONFLICT, detail="Name already used!")
raise HTTPException(status.HTTP_409_CONFLICT, detail="Name already used?")
try:
assert (
db.exec(