Skip to content

Commit

Permalink
DASH-280 Fix getting PublicFioSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Karpenko committed Feb 2, 2023
1 parent 1a522cc commit 2b9cf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/external/fio.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Fio {

async getFee(action) {
try {
const publicFioSDK = this.getPublicFioSDK();
const publicFioSDK = await this.getPublicFioSDK();

const { fee } = await publicFioSDK.getFee(
EndPoint[FIO_ACTIONS_TO_END_POINT_KEYS[action]],
Expand Down

0 comments on commit 2b9cf60

Please sign in to comment.