Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Jul 10, 2023
1 parent d85616f commit fdbc418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/background/ledger/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { chains } from "@anoma/chains";
import { makeBip44Path } from "@anoma/utils";

import { AccountStore, KeyRingService, TabStore } from "background/keyring";
import { generateId as generateId } from "utils";
import { generateId } from "utils";

export const LEDGERSTORE_KEY = "ledger-store";
const UUID_NAMESPACE = "be9fdaee-ffa2-11ed-8ef1-325096b39f47";
Expand Down

0 comments on commit fdbc418

Please sign in to comment.