Skip to content

Commit

Permalink
fix: nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Nov 4, 2023
1 parent 9b22b89 commit 9ff0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bee/cmd/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ func removeContent(path string) error {
return err
}
}
return os.Remove(path)
return nil
}

func MarshalChunkToBinary(c swarm.Chunk) ([]byte, error) {
Expand Down

0 comments on commit 9ff0d5d

Please sign in to comment.