Skip to content

Commit 3cf45d3

Browse files
jdmeyer3jmeyer
authored andcommitted
missing comma
1 parent 0abe410 commit 3cf45d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

st2api/st2api/controllers/v1/actionexecutions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ class ActionExecutionsControllerMixin(BaseRestControllerMixin):
8383
mandatory_include_fields_retrieve = [
8484
'action.parameters',
8585
'runner.runner_parameters',
86-
'parameters'
86+
'parameters',
8787
# necessary for ActionExecutionDB to determine permissions in enterprise ldap
88-
'action.pack'
88+
'action.pack',
8989
'action.uid'
9090
]
9191

0 commit comments

Comments
 (0)