Corrected missing "ok".
parent
217117a289
commit
23a32724e8
|
@ -709,7 +709,7 @@ handle_call({read, Bucket, Key}, _From, State) ->
|
||||||
mnesia:read(Bucket, Key)
|
mnesia:read(Bucket, Key)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
{reply, mnesia:activity(transaction, F, [], mnesia_frag), State};
|
{reply, {ok, mnesia:activity(transaction, F, [], mnesia_frag)}, State};
|
||||||
|
|
||||||
%
|
%
|
||||||
% Write callbacks.
|
% Write callbacks.
|
||||||
|
|
Loading…
Reference in New Issue