Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven committed Jan 31, 2025
1 parent c49aa2a commit e9cd78b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/server/routes/contract/events/get-all-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ import { thirdwebClient } from "../../../../shared/utils/sdk";
import { getChain } from "../../../../shared/utils/chain";
import { getChainIdFromChain } from "../../../utils/chain";
import { getContract, getContractEvents } from "thirdweb";
import { maybeBigInt } from "../../../../shared/utils/primitive-types";
import {
ContractEventV5,
type ContractEventV5,
toContractEventV4Schema,
} from "../../../schemas/event";
import { createCustomError } from "../../../middleware/error";
Expand Down
1 change: 0 additions & 1 deletion src/shared/utils/transaction/insert-transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
WalletDetailsError,
type ParsedWalletDetails,
} from "../../../shared/db/wallets/get-wallet-details";
import { doesChainSupportService } from "../../lib/chain/chain-capabilities";
import { createCustomError } from "../../../server/middleware/error";
import { SendTransactionQueue } from "../../../worker/queues/send-transaction-queue";
import { getChecksumAddress } from "../primitive-types";
Expand Down

0 comments on commit e9cd78b

Please sign in to comment.