update gestione BOM x BTL, update vari x conf settings channels
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user