Open singleheart opened 4 weeks ago
Removed an unnecessary trailing comma at the end of a statement, which was causing a runtime error.
The extra comma resulted in a syntax error, interrupting code execution. This fix corrects the error and ensures the code runs as expected.
Please review the changes. Thank you!
Changes
Removed an unnecessary trailing comma at the end of a statement, which was causing a runtime error.
Reason for Change
The extra comma resulted in a syntax error, interrupting code execution. This fix corrects the error and ensures the code runs as expected.
Impact
Please review the changes. Thank you!