feat: refs #7296 requested changes3
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-05-20 13:27:38 +02:00
parent 34f48e46e7
commit 823e8fd7a1
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ module.exports = Self => {
roadmapStop.roadmapFk = clone.id;
return roadmapStop;
});
await models.roadmapStop.create(roadmapStops, options);
await models.RoadmapStop.create(roadmapStops, options);
}
await tx.commit();

View File

@ -56,7 +56,7 @@
},
"roadmapStop": {
"type": "hasMany",
"model": "roadmapStop",
"model": "RoadmapStop",
"foreignKey": "roadmapFk"
}
}