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
Internal: lazy check if IPFS is enabled in storage code
Problem: the config is checked eagerly to determine whether the IPFS
daemon is enabled on the node, even if the file hash is not an IPFS
CID.
Solution: check lazily instead.
0 commit comments