Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Oct 19, 2020
1 parent 21597ee commit 982ff15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/ada/lib/storage/bridge/updateTransactions.js
Expand Up @@ -130,7 +130,7 @@ import {
import type {
FilterFunc,
} from '../../../../common/lib/state-fetch/currencySpecificTypes';
import { addressToKind, addressToDisplayString } from './utils';
import { addressToKind, } from './utils';
import { RustModule } from '../../cardanoCrypto/rustLoader';

async function rawGetAllTxIds(
Expand Down

0 comments on commit 982ff15

Please sign in to comment.