Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Dec 5, 2024
1 parent e03ba6b commit cd8c92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/clj/lipas/backend/ptv/integration.clj
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@
;; TODO: Does this also remove all the extra connectiopn properties
;; connections created in PTV might have?
:form-params (cond-> {:channelRelations updated-services}
;; If channelRelations is empty, the empty list alone isn't enough to
;; remove rest of the relations, instead we need this property:
(empty? updated-services)
(assoc :deleteAllChannelRelations true))})))

Expand Down

0 comments on commit cd8c92d

Please sign in to comment.