You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the js-sdk, fetchHubRelease does not return account data even when withAccountData is set to true
the problem lies in the client, where processHubReleaseAccountDataWithHub is not implemented in getAccountData if the url param matches the endpoint for fetchHubRelease --> i.e. hubs/[HANDLE]/hubReleases/[PUBLICKEY]
The text was updated successfully, but these errors were encountered:
in the js-sdk,
fetchHubRelease
does not return account data even whenwithAccountData
is set totrue
the problem lies in the client, where
processHubReleaseAccountDataWithHub
is not implemented ingetAccountData
if theurl
param matches the endpoint forfetchHubRelease
--> i.e. hubs/[HANDLE]/hubReleases/[PUBLICKEY]The text was updated successfully, but these errors were encountered: