Skip to content

Commit 2b61adf

Browse files
committed
chore: add missing comment for docs build
1 parent a7eeab1 commit 2b61adf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/services/projection/isInclusive.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 isInclusive(projection) {
48
if (projection == null) {
59
return false;

0 commit comments

Comments
 (0)