Skip to content

Commit

Permalink
refactor: improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 18, 2024
1 parent 1e9a703 commit 619c3ad
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ function migrateCardAndTable({ root, j, file }): void {

node.value = j.literal(surfaceLevelMap[node.value.expression.value]);

delete node.value.expression;

return node;
});
} catch (error) {

Check warning on line 36 in packages/blade/codemods/brand-refresh/transformers/migrate-card-and-table.ts

View workflow job for this annotation

GitHub Actions / Validate Source Code

Implicit any in catch clause
Expand Down

0 comments on commit 619c3ad

Please sign in to comment.