Encrypted, ephemeral, private memos on atproto

fix(shared): use `identifier` param instead of `handle`

graham.systems cef5a745 683dd271

verified
Changed files
+1 -1
packages
+1 -1
packages/shared/resolve-did.ts
··· 9 9 slingshotUrl ?? "https://slingshot.microcosm.blue", 10 10 ); 11 11 12 - url.searchParams.set("handle", handle); 12 + url.searchParams.set("identifier", handle); 13 13 14 14 const result = await fetch(url.toString()); 15 15