Skip to content

Commit

Permalink
Update src/libs/actions/Card.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rushat Gabhane <rushatgabhane@gmail.com>
  • Loading branch information
lukemorawski and rushatgabhane authored Oct 20, 2023
1 parent 6dac4ca commit dcb188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function revealVirtualCardDetails(cardID) {
resolve(response);
})
.catch((err) => {

Check failure on line 171 in src/libs/actions/Card.js

View workflow job for this annotation

GitHub Actions / lint

'err' is defined but never used
reject(err.message);
reject(Localize.translateLocal('cardPage.cardDetailsLoadingFailure'));
});
});
}
Expand Down

0 comments on commit dcb188b

Please sign in to comment.