dify/api/core/trigger/entities
Harry 90ae5e5865 refactor(trigger): enhance update method to use explicit None checks
- Updated the `update` method in `SubscriptionBuilderUpdater` to use 'is not None' checks instead of truthy evaluations for better handling of empty values.
- This change improves clarity and ensures that empty dictionaries or strings are correctly processed during updates.
2025-10-10 14:52:03 +08:00
..
api_entities.py Refactor: Rename triggers to events in trigger-related entities and services 2025-09-30 20:18:33 +08:00
entities.py refactor(trigger): enhance update method to use explicit None checks 2025-10-10 14:52:03 +08:00