fix(core): Fix authorization handling and format code.

This commit is contained in:
2024-10-05 09:00:27 +02:00
parent b610cba9ac
commit 1212ee9116
4 changed files with 26 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-10-05 - 1.1.2 - fix(core)
Fix authorization handling and format code.
- Resolved the incorrect condition check for 'authorizationStringArg' within the 'init' function.
- Corrected the condition to activate 'debugMode' within the 'init' function.
- Improved code formatting for better readability.
## 2024-10-05 - 1.1.1 - fix(platformclient)
Refactor debug mode checks in SzPlatformClient connectors