this repo has no description
0
fork

Configure Feed

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

identity: fix copy/paste error message

+1 -1
+1 -1
atproto/identity/did.go
··· 123 123 return nil, ErrDIDNotFound 124 124 } 125 125 if resp.StatusCode != http.StatusOK { 126 - return nil, fmt.Errorf("failed did:web well-known fetch, HTTP status: %d", resp.StatusCode) 126 + return nil, fmt.Errorf("failed did:plc resolution, HTTP status: %d", resp.StatusCode) 127 127 } 128 128 129 129 var doc DIDDocument