diff --git a/storage/src/storage.erl b/storage/src/storage.erl index 5c7705f..19da1d8 100644 --- a/storage/src/storage.erl +++ b/storage/src/storage.erl @@ -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.