chore: fix vulenrability
This commit is contained in:
@@ -208,7 +208,6 @@ func getStatusMessage(status string) string {
|
||||
"livre": "📦 Livré - En attente de confirmation",
|
||||
"delivered": "✅ Livré",
|
||||
"approved": "🎉 Livraison confirmée",
|
||||
"failed": "❌ Échec de livraison",
|
||||
"cancelled": "🚫 Annulée",
|
||||
"disabled": "⚠️ Désactivée",
|
||||
}
|
||||
@@ -248,7 +247,6 @@ func getStatusIcon(status string) string {
|
||||
"arrived": "📍",
|
||||
"livre": "✅",
|
||||
"approved": "🎉",
|
||||
"failed": "❌",
|
||||
"cancelled": "🚫",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user