Skip to content

Commit

Permalink
Fix minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Jun 10, 2024
1 parent afb37c3 commit 8615b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-plugin-expensify/utils/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function addNamedImport(context, fixer, importNode, importName, importPath, impo
specifier => specifier.imported.name === importName
);

if(!alreadyImported) {
if (!alreadyImported) {
const lastSpecifier = importNode.specifiers[importNode.specifiers.length - 1];

// Add ValueOf to existing type-fest import
Expand Down

0 comments on commit 8615b10

Please sign in to comment.