videoanalysis: typo

This commit is contained in:
Koushik Dutta
2024-04-20 16:41:11 -07:00
parent e7fd88bf2a
commit 2fb6331e7b

View File

@@ -214,7 +214,7 @@ export class SmartMotionSensor extends ScryptedDeviceBase implements Settings, R
continue;
if (levenshteinDistance(label, d.label) <= labelDistance)
return true;
this.console.log('No label does not match.', label, d.label);
this.console.log('Label does not match.', label, d.label);
}
return false;