sossoldi
sossoldi copied to clipboard
Remove unused code that created the 'sossoldi_exports' directory
๐ฏ Description
Removes unused code that creates the 'sossoldi_exports' directory during CSV generation.
The exportToCSV() method generates and returns the CSV string, but does not use the created folder.
๐ฑ Changes
Removed leftover directory creation code from exportToCSV() method.
๐งช Testing Instructions
Export CSV, as-is.
๐ธ Screenshots / Screen Recordings (if applicable)
N/A
๐ Checklist for reviewers
- [x] Code is formatted correctly
- [x] Tests are passing
- Tested on:
- [ ] iOS
- [x] Android
โ๏ธ Additional Context
N/A