Skip to content

Commit 23d58f4

Browse files
author
Vikas Agarwal
committed
fixing lint
1 parent e73a906 commit 23d58f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ module.exports = function defineProject(sequelize, DataTypes) {
169169
model: models.PhaseProduct,
170170
as: 'products',
171171
}],
172-
}]
172+
}],
173173
});
174174
},
175175
},

0 commit comments

Comments
 (0)