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 654a566 commit 6af325bCopy full SHA for 6af325b
src/diffcalc_api/routes/ub.py
@@ -412,7 +412,7 @@ async def set_ub(
412
"""
413
await service.set_u(name, ub_matrix, store, collection)
414
return InfoResponse(
415
- payload=f"UB matrix set for crystal {name} of collection {collection}"
+ message=f"UB matrix set for crystal {name} of collection {collection}"
416
)
417
418
@@ -435,7 +435,7 @@ async def set_u(
435
436
await service.set_u(name, u_matrix, store, collection)
437
438
- payload=f"U matrix set for crystal {name} of collection {collection}"
+ message=f"U matrix set for crystal {name} of collection {collection}"
439
440
441
0 commit comments