Skip to content

Commit fb1c8c8

Browse files
committed
adjusted commit info
1 parent 6ad8c56 commit fb1c8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webapp/routers/institutions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def read_inst_id(
444444
if len(query_result) > 1:
445445
raise HTTPException(
446446
status_code=status.HTTP_500_INTERNAL_SERVER_ERROR,
447-
detail="Institution duplicates found."
447+
detail="Institution duplicates found.",
448448
)
449449
return {
450450
"inst_id": uuid_to_str(query_result[0][0].id),

0 commit comments

Comments
 (0)