Skip to content

Commit eaaaef0

Browse files
committed
refactor: correct name for model creating method defineProjectEstimationItem
1 parent 1a23721 commit eaaaef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/projectEstimationItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const permissionsConfigs = [
3838
},
3939
];
4040

41-
module.exports = function defineProjectHistory(sequelize, DataTypes) {
41+
module.exports = function defineProjectEstimationItem(sequelize, DataTypes) {
4242
const ProjectEstimationItem = sequelize.define(
4343
'ProjectEstimationItem',
4444
{

0 commit comments

Comments
 (0)