Skip to content

Commit

Permalink
Remove observations from mission actions to email
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Aug 21, 2024
1 parent c363ce1 commit 71d3aa7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WITH actions_to_email AS (
WHERE
control_datetime_utc >= :min_datetime_utc
AND control_datetime_utc < :max_datetime_utc
AND control_type IN ('SEA_CONTROL', 'LAND_CONTROL', 'AIR_CONTROL', 'AIR_SURVEILLANCE')
),

actions_segments AS (
Expand Down

0 comments on commit 71d3aa7

Please sign in to comment.