Skip to content

Commit 150d235

Browse files
Update src/rules/no-subscribe-in-pipe.ts
Co-authored-by: Jason Weinzierl <[email protected]> Signed-off-by: Dane Vanderbilt <[email protected]>
1 parent 3a064cc commit 150d235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-subscribe-in-pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const noSubscribeInPipeRule = ruleCreator({
3535
) {
3636
return true;
3737
}
38-
parent = node.parent;
38+
parent = parent.parent;
3939
}
4040
return false;
4141
}

0 commit comments

Comments
 (0)