mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 18:55:08 +00:00
- 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.