Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Oct 10, 2023
1 parent 04ede94 commit 00666f5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/libs/actions/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,4 @@ function clearCardListErrors(cardID) {
Onyx.merge(ONYXKEYS.CARD_LIST, {[cardID]: {errors: null, isLoading: false}});
}

export {
reportVirtualExpensifyCardFraud,
activatePhysicalExpensifyCard,
clearCardListErrors
};
export {reportVirtualExpensifyCardFraud, activatePhysicalExpensifyCard, clearCardListErrors};

0 comments on commit 00666f5

Please sign in to comment.