Skip to content

Commit 66bbccb

Browse files
Changed field to fieldName on line 30
1 parent c3967f9 commit 66bbccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/property.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const TYPES_MAPPING = [
2727

2828
class Property extends BaseProperty {
2929
constructor(sequelizePath) {
30-
super({ path: sequelizePath.field })
30+
super({ path: sequelizePath.fieldName })
3131
this.sequelizePath = sequelizePath
3232
}
3333

0 commit comments

Comments
 (0)