Skip to content

Commit

Permalink
Merge pull request #526 from Chia-Network/develop
Browse files Browse the repository at this point in the history
chore: bump to 0.0.31
  • Loading branch information
MichaelTaylor3D authored May 10, 2022
2 parents 47257d6 + b46c1c4 commit e85e1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "climate-warehouse",
"version": "0.0.30",
"version": "0.0.31",
"private": true,
"bin": "build/server.js",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions src/datalayer/syncService.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ const dataLayerWasUpdated = async () => {
return [];
}

logger.debug(JSON.stringify(rootResponse));

const updatedStores = rootResponse.root_hashes.filter((rootHash) => {
const org = organizations.find(
(org) => org.registryId == rootHash.id.replace('0x', ''),
Expand Down

0 comments on commit e85e1a4

Please sign in to comment.