mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08: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.