Skip to content

Commit

Permalink
fix: function names
Browse files Browse the repository at this point in the history
  • Loading branch information
bayram98 committed Jul 14, 2023
1 parent 660ce99 commit 6d538e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/get-estimated-service-fee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ export async function estimateServiceFee() {
console.log(`Estimated Price for 1 Request is: ${amountKlay} Klay`)
return amountKlay
}
async function main() {
await estimateServiceFee()
}

main().catch((error) => {
estimateServiceFee().catch((error) => {
console.error(error)
process.exitCode = 1
})

0 comments on commit 6d538e5

Please sign in to comment.