Skip to content

Commit 696dadc

Browse files
committed
change list to array in config json
1 parent dc033e7 commit 696dadc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

metadata/supported-configurations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8628,8 +8628,8 @@
86288628
"DD_TRACE_ORG_GUARD_TRUSTED_OPMS": [
86298629
{
86308630
"version": "A",
8631-
"type": "list",
8632-
"default": "",
8631+
"type": "array",
8632+
"default": null,
86338633
"aliases": []
86348634
}
86358635
],

0 commit comments

Comments
 (0)