Skip to content

Commit 274ed0f

Browse files
committed
docs: add missing ignore
1 parent 43752e8 commit 274ed0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/services/query/hasDollarKeys.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
'use strict';
22

3+
/*!
4+
* ignore
5+
*/
6+
37
module.exports = function(obj) {
48
var keys = Object.keys(obj);
59
var len = keys.length;

0 commit comments

Comments
 (0)