Feature engineering improvements #376

Merged
LukeGus merged 20 commits from feature-engineering-improvements into dev-1.8.0 2025-10-08 01:06:01 +00:00
Showing only changes of commit bbceb671fc - Show all commits

View File

@@ -53,7 +53,7 @@ export class LazyFieldEncryption {
fieldName,
);
return decrypted;
} catch {
} catch (error) {
const legacyFieldName = this.LEGACY_FIELD_NAME_MAP[fieldName];
if (legacyFieldName) {
try {