Skip to content

Commit 6ddbcb8

Browse files
vkarpov15hasezoey
andauthored
Update lib/helpers/minimize.js
Co-authored-by: hasezoey <hasezoey@gmail.com>
1 parent 771a304 commit 6ddbcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/minimize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = minimize;
88
* Minimizes an object, removing undefined values and empty objects
99
*
1010
* @param {Object} object to minimize
11-
* @return {Object}
11+
* @return {Object|undefined}
1212
* @api private
1313
*/
1414

0 commit comments

Comments
 (0)