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.

fix snap indentation issue

authored by

JP Hastings-Spital and committed by
Tyler Lawson
62055b3a ad81c1e5

+1 -1
+1 -1
packages/prototypey/core/tests/infer.test.ts
··· 510 510 attest(lexicon["~infer"]).type.toString.snap(`{ 511 511 $type: "test.record" 512 512 published?: boolean | undefined 513 - content: string 513 + content: string 514 514 title: string 515 515 }`); 516 516 });