Open gpxxlt opened 2 months ago
Refactoring code in scr/messaging/data.js to eliminate repeated code in a block. Specifically, I will refactor the code block on line 79-95 so that message.newSet = true; will not appear multiple times, thus resolving the SonarCloud warnings.
message.newSet = true;
I would like to work on this please!
Great! I assigned you (@gpxxlt) to the issue. Have fun working on it!
Refactoring code in scr/messaging/data.js to eliminate repeated code in a block. Specifically, I will refactor the code block on line 79-95 so that
message.newSet = true;
will not appear multiple times, thus resolving the SonarCloud warnings.