prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

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

extra line

Tyler 992485be 9ac4c699

+3 -2
+3 -2
packages/site/src/components/Playground.tsx
··· 128 128 if (result && typeof result === "object" && "json" in result) { 129 129 const jsonOutput = (result as { json: unknown }).json; 130 130 setOutput({ 131 - json: JSON.stringify(jsonOutput, null, 2), 131 + json: JSON.stringify(jsonOutput, null, 2) + "\n", 132 132 typeInfo, 133 133 error: "", 134 134 }); ··· 390 390 const aProfile: Profile = { 391 391 $type: "app.bsky.actor.profile", 392 392 displayName: "Benny Harvey" 393 - }`; 393 + } 394 + `;