Skip to content

Commit 9b41872

Browse files
fix: ignored value (complain with lodash) (#146)
1 parent 37ed3ec commit 9b41872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forward_engineering/helpers/alterScriptHelpers/tableKeysHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { isEqualProperty } = require('./generalHelper');
55

66
const hydrateKeys = (hydratedCollectionData, collection, definitions, fullCollectionName) => {
77
const compMod = _.get(collection, 'role.compMod', {});
8-
const [_, entityData, jsonSchema] = hydratedCollectionData;
8+
const [, entityData, jsonSchema] = hydratedCollectionData;
99
const keys = getKeyNames(getTab(0, entityData), jsonSchema, definitions);
1010
const skewedBy = collection?.role?.skewedBy;
1111
const skewedOn = collection?.role?.skewedOn;

0 commit comments

Comments
 (0)