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