Skip to content

Commit

Permalink
feat: remove stop propertise from trigger log AB#32660
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Jan 24, 2025
1 parent 9e43b18 commit 36bb8db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/API-service/src/api/event/event.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,6 @@ export class EventService {
'area."placeCode" AS "placeCode"',
'area.name AS name',
'event."startDate"',
'event.stopped as stopped',
'case when event.stopped = true then event."manualStoppedDate" end as "stopDate"',
'event.closed as closed',
'case when event.closed = true then event."endDate" end as "endDate"',
'disaster."actionsUnit" as "exposureIndicator"',
Expand Down

0 comments on commit 36bb8db

Please sign in to comment.