Skip to content

Commit 6af8fde

Browse files
committed
- Rebase fix
1 parent 79044c6 commit 6af8fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterateJsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const curryUtils = (
6161
};
6262

6363
utils.isSetter = () => {
64-
return functionNode.parent.kind === 'set';
64+
return node.parent.kind === 'set';
6565
};
6666

6767
utils.getJsdocParameterNamesDeep = () => {

0 commit comments

Comments
 (0)