moved cache point

This commit is contained in:
CHIEFSOFT\ameye
2026-01-21 06:34:31 -05:00
parent aad148dba3
commit d846913bda
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -386,9 +386,6 @@ class BaseService:
# "product_id": product_id,
}
cacheId = str(provision_uid).replace("-", "")
BaseService.write_cache_data("WEB_IMAGE",cacheId, response_data)
return response_data
except Exception as e: