Skip to content

Commit

Permalink
Remove unused variable and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaHCD committed Oct 27, 2022
1 parent 4ed79c9 commit 2d586d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/libs/models/BankAccount.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
import _ from 'underscore';
import Onyx from 'react-native-onyx';
import Str from 'expensify-common/lib/str';
import lodashGet from 'lodash/get';
import lodashHas from 'lodash/has';
import CONST from '../../CONST';
import ONYXKEYS from '../../ONYXKEYS';

let currentUserLogin;

Onyx.connect({
key: ONYXKEYS.SESSION,
callback: val => currentUserLogin = val && val.email,
});

class BankAccount {
static STATE = {
Expand Down

0 comments on commit 2d586d6

Please sign in to comment.