Corrected missing "ok".

main
absc 2024-10-12 21:55:28 +00:00
parent 217117a289
commit 23a32724e8
1 changed files with 1 additions and 1 deletions

View File

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