Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only log debug messages when data exists
Previously debug messages were always logged even with empty data. This change adds a condition to only log debug messages when data exists and is not empty, reducing noise in the debug output.
- Loading branch information