update gestione BOM x BTL, update vari x conf settings channels

This commit is contained in:
Samuele Locatelli
2025-11-05 19:16:20 +01:00
parent 0174514b8e
commit bba55167d0
15 changed files with 106 additions and 32 deletions
+2 -2
View File
@@ -63,9 +63,9 @@ namespace Lux.API.Services
{
// recupero UID ed SVG
string UID = retData.Args["UID"];
string newSvg = retData.Args["Png"];
string newPng = retData.Args["Png"];
// reinvio in redis (cache + channel)
await cacheService.SavePngAsync(UID, retData.ExecEnvironment, newSvg);
await cacheService.SavePngAsync(UID, retData.ExecEnvironment, newPng);
}