Skip to content

Commit e85e1a4

Browse files
Merge pull request #526 from Chia-Network/develop
chore: bump to 0.0.31
2 parents 47257d6 + b46c1c4 commit e85e1a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "climate-warehouse",
3-
"version": "0.0.30",
3+
"version": "0.0.31",
44
"private": true,
55
"bin": "build/server.js",
66
"type": "module",

src/datalayer/syncService.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ const dataLayerWasUpdated = async () => {
137137
return [];
138138
}
139139

140+
logger.debug(JSON.stringify(rootResponse));
141+
140142
const updatedStores = rootResponse.root_hashes.filter((rootHash) => {
141143
const org = organizations.find(
142144
(org) => org.registryId == rootHash.id.replace('0x', ''),

0 commit comments

Comments
 (0)