diff --git a/rest/src/db/dbUtils.js b/rest/src/db/dbUtils.js index dc66e6fb..5a026b8b 100644 --- a/rest/src/db/dbUtils.js +++ b/rest/src/db/dbUtils.js @@ -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.