Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export function getRepoInfo () {
return IPFS_CLIENT.repo.stat({ human: false })
.then((stats) => {
// Providing {value, unit} to the stats.RepoSize
stats.RepoSize = byteSize(stats.RepoSize)
stats.RepoSize = byteSize(stats.repoSize)
return Promise.resolve(stats)
})
}
Expand Down