Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
goulinkh committed Jun 24, 2024
1 parent b03a8b0 commit fded482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ksm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export class KsmService extends SubstrateService {
super(props, "KSM");
}


mainToPlanck(amount: string): string {
return this.mainToPlanck(amount);
}
Expand All @@ -22,4 +21,5 @@ export class KsmService extends SubstrateService {
*/
planckToMain(amountKsm: string): string {
return parseUnits(amountKsm, 12).toString();
}
}

0 comments on commit fded482

Please sign in to comment.