fix(siloadjustmnets): corrected the silo adjustments to account for removed middleware
This commit is contained in:
@@ -44,7 +44,7 @@ app.openapi(
|
||||
try {
|
||||
try {
|
||||
//return apiReturn(c, true, access?.message, access?.data, 200);
|
||||
const createSiloAdj = await createSiloAdjustment(data, c.get("user"));
|
||||
const createSiloAdj = await createSiloAdjustment(data, data.username);
|
||||
|
||||
return c.json(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user