this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Get .event property

+1 -1
+1 -1
cicd/index.js
··· 44 44 ws.addEventListener("message", async (ev) => { 45 45 let data; 46 46 try { 47 - data = sh_tangled_git_refUpdate.parse(JSON.parse(ev.data)); 47 + data = sh_tangled_git_refUpdate.parse(JSON.parse(ev.data)?.event); 48 48 } catch { 49 49 console.log("Could not parse", ev.data); 50 50 return undefined;