Skip to content

Commit

Permalink
feat: add orguid to filestore response
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Aug 9, 2022
1 parent 2c7f79e commit 9dd66f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datalayer/persistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export const getStoreData = async (storeId, rootHash) => {
`Downloaded Data: ${JSON.stringify(
data.keys_values.map((record) => {
return {
...record,
key: decodeHex(record.key),
};
}),
Expand Down

0 comments on commit 9dd66f9

Please sign in to comment.