Feature engineering improvements #376
@@ -53,7 +53,7 @@ export class LazyFieldEncryption {
|
|||||||
fieldName,
|
fieldName,
|
||||||
);
|
);
|
||||||
return decrypted;
|
return decrypted;
|
||||||
} catch {
|
} catch (error) {
|
||||||
const legacyFieldName = this.LEGACY_FIELD_NAME_MAP[fieldName];
|
const legacyFieldName = this.LEGACY_FIELD_NAME_MAP[fieldName];
|
||||||
if (legacyFieldName) {
|
if (legacyFieldName) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user