Skip to content

Commit

Permalink
Merge pull request #1834 from chentsulin/patch-1
Browse files Browse the repository at this point in the history
fix Model.load relations param jsdoc
  • Loading branch information
ricardograca committed May 2, 2018
2 parents b9670c1 + 06add1a commit 7ee48f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ const BookshelfModel = ModelBase.extend({
* ]
* }
*
* @param {string|string[]} relations The relation, or relations, to be loaded.
* @param {string|Object|mixed[]} relations The relation, or relations, to be loaded.
* @param {Object=} options Hash of options.
* @param {Transaction=} options.transacting
* Optionally run the query in a transaction.
Expand Down

0 comments on commit 7ee48f5

Please sign in to comment.