Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Mar 1, 2022
1 parent ec86ad9 commit c6efd0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/families/filecoin/bridge/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import { fetchBalances, fetchBlockHeight, fetchTxs } from "./api";
import { encodeAccountId } from "../../../../account";
import flatMap from "lodash/flatMap";
import { Transaction } from "../../types";

type TxsById = {
[id: string]: {
Expand Down

0 comments on commit c6efd0a

Please sign in to comment.