Skip to content

Commit a394d0e

Browse files
committed
fix linter
1 parent 1ecc8a2 commit a394d0e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/sdk/src/getTransferData/getSourceData.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ export async function getSourceData({
8888
config.destinationFee.asset,
8989
)
9090
? balance
91-
: await getFeeBalances({
92-
address: sourceAddress,
93-
balance,
94-
feeConfig: config.destinationFee,
95-
polkadot,
96-
});
91+
: await getFeeBalances({
92+
address: sourceAddress,
93+
balance,
94+
feeConfig: config.destinationFee,
95+
polkadot,
96+
});
9797

9898
const min = await getMin(config, polkadot);
9999

0 commit comments

Comments
 (0)