Skip to content

Commit 2d04ad1

Browse files
authored
Merge pull request #3063 from hanasiu/source-2
Update part13b.md
2 parents b2c96ca + 8883bd1 commit 2d04ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/13/en/part13b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ Note.belongsTo(User)
629629

630630
Sequelize will automatically create an attribute called <i>userId</i> on the <i>Note</i> model to which, when referenced gives access to the database column <i>user_id</i>.
631631

632-
Keep in mind, that we could also create a note as follows using the [build](https://sequelize.org/master/class/lib/model.js~Model.html#static-method-build) method:
632+
Keep in mind, that we could also create a note as follows using the [build](https://sequelize.org/api/v6/class/src/model.js~model#static-method-build) method:
633633

634634
```js
635635
const user = await User.findByPk(req.decodedToken.id)

0 commit comments

Comments
 (0)