Skip to content

Commit

Permalink
chore: bump to 0.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed May 10, 2022
1 parent 3965dc0 commit b46c1c4
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 b46c1c4

Please sign in to comment.