Skip to content

Commit

Permalink
fix: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Jun 30, 2023
1 parent 8d0db1a commit 6aaf1c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/controllers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { ExtendedAddressPreferences, LoadingState, NFTInfo, SolanaToken, SolanaT
import { BigNumber } from "bignumber.js";
import { cloneDeep, merge, omit } from "lodash-es";
import log from "loglevel";
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { Action, getModule, Module, Mutation, VuexModule } from "vuex-module-decorators";

import OpenLoginFactory from "@/auth/OpenLogin";
Expand All @@ -41,6 +42,7 @@ import { delay, isMain } from "@/utils/helpers";
import { NAVBAR_MESSAGES } from "@/utils/messages";
import { isWhiteLabelDark, isWhiteLabelSet } from "@/utils/whitelabel";

// eslint-disable-next-line @typescript-eslint/no-unused-vars
import store from "../store";
import { addToast } from "./app";

Expand Down

0 comments on commit 6aaf1c1

Please sign in to comment.