Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Feb 22, 2022
1 parent 504a5c4 commit a7fb0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalayer/persistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const subscribeToStoreOnDataLayer = async (storeId, ip, port) => {
}),
};

console.log('RPC Call: '`${rpcUrl}/subscribe`, storeId, ip, port);
console.log('RPC Call: ', `${rpcUrl}/subscribe`, storeId, ip, port);

try {
const response = await request(
Expand Down

0 comments on commit a7fb0fa

Please sign in to comment.