Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 18, 2024
1 parent 1a283ce commit 30110b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/marina_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ pack(Binary) ->
{ok, term()} | {error, term()}.

query(Socket, Query) ->
FrameFlags = frame_flags(),
Msg = marina_request:query(0, FrameFlags, Query, #{skip_metadata => true}),
% FrameFlags = frame_flags(),
Msg = marina_request:query(0, 0, Query, #{skip_metadata => true}),
sync_msg(Socket, Msg).

-spec query_opts(atom(), query_opts()) ->
Expand Down

0 comments on commit 30110b1

Please sign in to comment.