Skip to content

Commit

Permalink
remove hardcoded value
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinDmello committed Feb 10, 2017
1 parent bc3a246 commit 734416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func diskPut(key string, value interface{}) {

//delete from batch
func diskDel(key string) {
batch.Delete([]byte("baz"))
batch.Delete([]byte(key))
written = false
}

Expand Down

0 comments on commit 734416c

Please sign in to comment.