fix(core): Refactor fetch logic to use a unified fetchFunction for API calls

This commit is contained in:
2024-12-14 22:53:42 +01:00
parent e5e0ceee78
commit 1e0ccec03e
3 changed files with 26 additions and 22 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-12-14 - 1.6.4 - fix(core)
Refactor fetch logic to use a unified fetchFunction for API calls
- Consolidated API request logic in the CodeFeed class to use fetchFunction for improved maintainability.
## 2024-12-14 - 1.6.3 - fix(codefeed)
Refactor and fix formatting issues in the CodeFeed module