+1
-1
api/server/blobs.go
+1
-1
api/server/blobs.go
···
93
93
return "", fmt.Errorf("failed to fetch DID document: %w", err)
94
94
}
95
95
96
-
serviceEndpoint := doc.GetServiceEndpoint("#atproto_pds")
96
+
serviceEndpoint := doc.GetServiceEndpoint("atproto_pds")
97
97
if serviceEndpoint == "" {
98
98
return "", fmt.Errorf("no PDS endpoing found in DID document")
99
99
}