Fix: update destination limits to 3 and sync with Redis

This commit is contained in:
Hamza-Ayed
2026-06-27 17:49:03 +03:00
parent 5fed555e44
commit 43e3f8c939
13 changed files with 221 additions and 130 deletions

View File

@@ -14,6 +14,7 @@ class BoxName {
static const String hmac = "hmac";
static const String ttsEnabled = "ttsEnabled";
static const String deviceFingerprint = "deviceFingerprint";
static const String deviceFpEncrypted = "deviceFpEncrypted";
static const String security_check = "security_check";
static const String rideType = "rideType";
static const String walletType = "walletType";