Skip to content

Commit

Permalink
fix: goldstein: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 19, 2023
1 parent 2903f43 commit aff82e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/keyword-add-array/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function createAppendNode(context, node) {
const {left, right} = node;

assign(node, {
a: 'x',
callee: memberExpression(left, identifier('push')),
arguments: [spreadElement(right)],
});
Expand Down

0 comments on commit aff82e3

Please sign in to comment.