Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Nov 14, 2024
1 parent 2906c47 commit bb6acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/go/0chain.net/blobbercore/filestore/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (fs *FileStore) initMap() error {
}

allocsMap[dbAlloc.ID] = &a
if dbAlloc.StorageVersion != 0 {
if dbAlloc.StorageVersion == 0 {
err := getStorageDetails(ctx, &a, dbAlloc.ID)
if err != nil {
return err
Expand Down

0 comments on commit bb6acfb

Please sign in to comment.