Skip to content

Commit c1eb2cd

Browse files
committed
fix: change action type from oneof to enum
1 parent 8fb6700 commit c1eb2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/cmds/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6041,7 +6041,7 @@
60416041
},
60426042
{
60436043
"name": "action",
6044-
"type": "oneof",
6044+
"type": "enum",
60456045
"enum": ["KEEPREF", "DELREF", "ACKED"],
60466046
"optional": true
60476047
},

0 commit comments

Comments
 (0)