Skip to content

Commit

Permalink
reverted the mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahoor Mohamed committed Feb 8, 2021
1 parent 4318dbf commit 7570614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/collection/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@ func longestCommonPrefix(str1, str2 string) (string, string, string) {
func getRootManifestOfIndex(actualIndexName string, fd *feed.API, user utils.Address, client blockstore.Client) *Manifest {
var manifest Manifest
topic := utils.HashString(actualIndexName)
addr, _, err := fd.GetFeedData(topic, user)
fmt.Println(addr)
_, addr, err := fd.GetFeedData(topic, user)
if err != nil {
return nil
}
Expand Down

0 comments on commit 7570614

Please sign in to comment.