chore: debug
This commit is contained in:
parent
11a6027e0c
commit
f2aee7482b
|
@ -17,6 +17,11 @@ for (const siteName in sites) {
|
||||||
sub.listen((entry) => {
|
sub.listen((entry) => {
|
||||||
const cid = CID.fromRegistry(entry.data);
|
const cid = CID.fromRegistry(entry.data);
|
||||||
|
|
||||||
|
console.log({
|
||||||
|
cid: cid.toString(),
|
||||||
|
site: siteName,
|
||||||
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
httpClient.post("/api/events/siteUpdateReceived", {
|
httpClient.post("/api/events/siteUpdateReceived", {
|
||||||
cid: cid.toString(),
|
cid: cid.toString(),
|
||||||
|
|
Loading…
Reference in New Issue