Standardize softwareType to lowercase everywhere
- ConfigManager.buildConfig() now lowercases softwareType - Updated config JSON defaults to lowercase - childRegistrationUtils lowercases softwareType on extraction - Closes #8 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -295,7 +295,7 @@ class ValidationUtils {
|
||||
value.y = uniqueY;
|
||||
}
|
||||
// Validate that y values are numbers
|
||||
else if (!this.areNumbers(value.y)) {
|
||||
if (!this.areNumbers(value.y)) {
|
||||
this.logger.warn(`Dimension '${name}' key '${key}' has non-numeric y values. Ignoring this key.`);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user