Skip to content

Commit

Permalink
fix(engine): Missing status in create action response
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Mar 4, 2024
1 parent 6bcf5a3 commit 3dd5f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracecat/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def create_action(params: CreateActionParams) -> ActionMetadataResponse:
type=params.type,
title=action.title,
description=action.description,
status=action.status,
)
return action_metadata

Expand Down

0 comments on commit 3dd5f65

Please sign in to comment.