this repo has no description
0
fork

Configure Feed

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

Merge pull request #6 from sanitybit/1.2.0

authored by

Jesse J. Anderson and committed by
GitHub
224fcd0b 38655484

+2 -2
+2 -2
content.js
··· 39 39 const did = await checkForDID(domain) 40 40 41 41 if (did) { 42 - chrome.runtime.sendMessage({ type: "DID_FOUND", did }) 42 + runtime.sendMessage({ type: "DID_FOUND", did }) 43 43 } else { 44 - chrome.runtime.sendMessage({ type: "DID_NOT_FOUND" }) 44 + runtime.sendMessage({ type: "DID_NOT_FOUND" }) 45 45 } 46 46 })(); 47 47