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