Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez committed Sep 1, 2021
1 parent 21e8905 commit 7166b3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rest/src/db/dbUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ const dbUtils = {
return undefined;
// return as Address base 32
return address.addressToString(binary.buffer);
}
};
},

/**
* Creates copy of the array without duplicated longs.
Expand Down

0 comments on commit 7166b3a

Please sign in to comment.