Skip to content

Commit

Permalink
Remove unused import (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Oct 24, 2024
1 parent b9f4949 commit ca4e51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fcl-core/src/transaction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import {send as fclSend, decode, getTransactionStatus} from "@onflow/sdk"
import {HTTPRequestError} from "@onflow/transport-http"
import {grpc} from "@improbable-eng/grpc-web"
import {TransactionError, parseTransactionErrorCode} from "./transaction-error"
import {TransactionError} from "./transaction-error"

const TXID_REGEXP = /^[0-9a-fA-F]{64}$/

Expand Down

0 comments on commit ca4e51e

Please sign in to comment.