Update chiamate con nuova API x HW list

This commit is contained in:
Samuele Locatelli
2025-09-12 19:18:51 +02:00
parent 1dca647a0d
commit 7e27283691
10 changed files with 45 additions and 10 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ namespace Lux.API.Services
string newHml = retData.Args["HardwareModelList"];
string UID = retData.Args["UID"];
await cacheService.SaveHmlAsync(UID, retData.ExecEnvironment, newHml);
await dbService.SaveHamlAsync(UID, retData.ExecEnvironment, newHml);
await dbService.SaveHmlAsync(UID, retData.ExecEnvironment, newHml);
}
}
}