We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47257d6 + b46c1c4 commit e85e1a4Copy full SHA for e85e1a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "climate-warehouse",
3
- "version": "0.0.30",
+ "version": "0.0.31",
4
"private": true,
5
"bin": "build/server.js",
6
"type": "module",
src/datalayer/syncService.js
@@ -137,6 +137,8 @@ const dataLayerWasUpdated = async () => {
137
return [];
138
}
139
140
+ logger.debug(JSON.stringify(rootResponse));
141
+
142
const updatedStores = rootResponse.root_hashes.filter((rootHash) => {
143
const org = organizations.find(
144
(org) => org.registryId == rootHash.id.replace('0x', ''),
0 commit comments