Date: 2025-04-17 14:58:09
Score: 2
Natty:
Schemes
{{ scheme.name}}
this.treatments = this.site.services?.filter(service => service.archived === false).sort((a, b) => a.name.localeCompare(b.name));
Reasons:
- Low length (0.5):
- No code block (0.5):
- Contains question mark (0.5):
- Low reputation (0.5):
Posted by: Coding Techniques