Skip to content

Commit

Permalink
Merge pull request #694 from Chia-Network/develop
Browse files Browse the repository at this point in the history
chore: release 1.2.2
  • Loading branch information
MichaelTaylor3D authored Aug 19, 2022
2 parents deac934 + b2130a5 commit 7379d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "1.2.1",
"version": "1.2.2",
"private": true,
"bin": "build/server.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/datalayer/persistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const subscribeToStoreOnDataLayer = async (storeId) => {
logger.info(`Successfully Subscribed: ${storeId}`);

const chiaConfig = fullNode.getChiaConfig();
await addMirror(
addMirror(
storeId,
`http://${await publicIpv4()}:${chiaConfig.data_layer.host_port}`,
);
Expand Down

0 comments on commit 7379d54

Please sign in to comment.