Skip to content

Commit c943abf

Browse files
waynzhCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 8022e9c commit c943abf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,6 @@ module.exports = {
20782078
const { callee, arguments: args } = callExpr
20792079

20802080
return (
2081-
callExpr.type === 'CallExpression' &&
20822081
args.length > 0 &&
20832082
args[0] === targetNode &&
20842083
callee?.type === 'MemberExpression' &&

0 commit comments

Comments
 (0)