mirror of https://github.com/MISP/misp-modules
change return value
parent
e1a1648f14
commit
714c15f079
|
@ -260,4 +260,4 @@ def __select_registrant_item(entry):
|
|||
for c in entry['contacts']:
|
||||
print(c)
|
||||
if c['type'] == 'registrant':
|
||||
return entry
|
||||
return c
|
||||
|
|
Loading…
Reference in New Issue