Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed May 10, 2024
1 parent 9635769 commit edb6aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/database/keyvalue/leveldb/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func Open(filepath string, o ...Option) (*Database, error) {

d := new(Database)
d.leveldb = db
d.open = new(sync.WaitGroup)
for _, o := range o {
err = o(&d.opts)
if err != nil {
Expand Down

0 comments on commit edb6aad

Please sign in to comment.