fix(SmartAcme): Remove duplicate challengeHandlers declaration from SmartAcme class

This commit is contained in:
2025-05-05 17:29:16 +00:00
parent 47d1609a49
commit 3cee6c534a
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-05-05 - 7.3.3 - fix(SmartAcme)
Remove duplicate challengeHandlers declaration from SmartAcme class
- Eliminated the redundant private declaration of challengeHandlers since it is already defined as a public property
- Ensures a single source of truth and clearer interface for challenge handler configuration
## 2025-05-05 - 7.3.2 - fix(test)
Add missing checkWetherDomainIsSupported implementation to DummyHandler for interface compliance in tests