fix(silo commits): added in email that was now missing due to new authj

This commit is contained in:
2025-10-31 07:14:49 -05:00
parent e1e659f9b1
commit 25a958d592
2 changed files with 5 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ export default function SiloCard(data: any) {
warehouseId: silo.WarehouseID,
laneId: silo.LocationID,
username: session?.user.username,
email: session?.user.email,
};
try {