Skip to content

Commit a10d499

Browse files
committed
style(serializer) expanded jsdoc
1 parent f3a49bf commit a10d499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/serializer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,10 @@ function handleIncludes (resp, includes, relations, options) {
465465
* @memberOf {Serializer}
466466
* @param {Object} relationship
467467
* @param {String} key
468+
* @param {String} fk
468469
* @param {String} type
470+
* @param {Object} includedRelations
471+
* @param {Object} options
469472
* @return {Object}
470473
*/
471474
function createCompoundIncludes (relationship, key, fk, type, includedRelations, options) {

0 commit comments

Comments
 (0)