chore: build

This commit is contained in:
2026-06-13 19:45:19 +02:00
parent 6f8de729ba
commit c0ff6dcd1d
3 changed files with 59 additions and 22 deletions
+4 -3
View File
@@ -59,9 +59,10 @@ func GetMyDeliveries(c *gin.Context) {
itemsSummary := make([]gin.H, len(items))
for j, item := range items {
itemsSummary[j] = gin.H{
"produit": item["produit"],
"quantite": item["quantite"],
"prix": item["prix"],
"produit": item["produit"],
"quantite": item["quantite"],
"prix": item["prix"],
"is_reward": item["is_reward"],
}
}