Skip to content

Commit e9e9e98

Browse files
committed
[client] Rename variable
1 parent 07d143d commit e9e9e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyobas/contracts/contract_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def prepare_contracts(contracts):
136136
lambda c: {
137137
"contract_id": c.contract_id,
138138
"contract_labels": c.label,
139-
"contract_attack_patterns": c.attack_patterns,
139+
"contract_attack_patterns_external_ids": c.attack_patterns_external_ids,
140140
"contract_content": json.dumps(c, cls=utils.EnhancedJSONEncoder),
141141
},
142142
contracts,

0 commit comments

Comments
 (0)