Skip to content

Fix Export Service Implementation Variable Initialization

Pre-release
Pre-release
Compare
Choose a tag to compare
@AvocadoMoon AvocadoMoon released this 02 Oct 11:28

The export service implementation class has global class variables that keeps state for the exporters, which poses a problem when multiple exports are done in immediate succession. That's why each exporter is now created within the function that utilizes it allowing for multiple calls to be made without worry of past state corrupting current exports.