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