fix root computation
This commit is contained in:
@@ -514,7 +514,6 @@ class CrtShProvider(BaseProvider):
|
||||
shared = []
|
||||
|
||||
# Create a set of certificate IDs from the first list for quick lookup
|
||||
# <<< FIX: Added robust type checking to handle potentially malformed API data
|
||||
cert1_ids = set()
|
||||
for cert in certs1:
|
||||
cert_id = cert.get('certificate_id')
|
||||
|
||||
Reference in New Issue
Block a user