Skip to content

Commit

Permalink
Apply biome lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Dec 18, 2023
1 parent af0f8fb commit 85b57b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/downstream/events/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { Value } from "@planetarium/bencodex";
import { FungibleAssetValue, signTx } from "@planetarium/tx";
import { ResponseType } from "@prisma/client";
import { encodeBurnAssetAction } from "../../../actions/burn";
import { encodeMintAssetsAction } from "../../../actions/mint";
import { encodeTransferAssetAction } from "../../../actions/transfer";
import { SUPER_FUTURE_DATETIME, additionalGasTxProperties } from "../../../tx";
import { encodeMintAssetsAction } from "../../../actions/mint";
import { AssetTransferredEvent } from "../../../types/asset-transferred-event";
import { SignedTx } from "../../../types/signed-tx";
import { BridgeResponse } from "../../types";
Expand Down

0 comments on commit 85b57b8

Please sign in to comment.