this repo has no description
4
fork

Configure Feed

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

fix: write bug idk

dusk 30aea24f 39a13a6f

+1 -1
+1 -1
src/entrypoints/background.ts
··· 540 540 break; 541 541 case "write": 542 542 await handleWrite( 543 - JSON.parse(message.data.body), 543 + JSON.parse(message.data.body).results, 544 544 message.data.authToken, 545 545 sender, 546 546 );