sossoldi icon indicating copy to clipboard operation
sossoldi copied to clipboard

Remove unused code that created the 'sossoldi_exports' directory

Open gioisco opened this issue 9 months ago โ€ข 0 comments

๐ŸŽฏ 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

gioisco avatar Apr 05 '25 17:04 gioisco