Fix typo in mrdb.erl

This commit is contained in:
Ulf Wiger 2022-06-29 12:44:55 +02:00
parent e351a02175
commit 0da3169a01

View File

@ -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.