Fix typo in mrdb.erl
This commit is contained in:
parent
e351a02175
commit
0da3169a01
@ -971,7 +971,7 @@ get_batch_(DbRef, BatchRef) ->
|
||||
#{DbRef := Batch} ->
|
||||
Batch;
|
||||
Map ->
|
||||
{ok, Batch} = rdb:batch(),
|
||||
{ok, Batch} = rdb_batch(),
|
||||
put(Key, Map#{DbRef => Batch}),
|
||||
Batch
|
||||
end.
|
||||
|
Loading…
x
Reference in New Issue
Block a user