Skip to content

Commit

Permalink
Revert "Force failure (will be reverted)"
Browse files Browse the repository at this point in the history
This reverts commit c85b4fd.
  • Loading branch information
paulo-ferraz-oliveira committed Jun 28, 2024
1 parent c85b4fd commit c266af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arizona_example_live_counter.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

-spec mount(Socket) -> Mounted
when Socket :: arizona_socket:t(),
Mounted :: {error, arizona_socket:t()}.
Mounted :: {ok, arizona_socket:t()}.
mount(Socket) ->
Count = arizona_socket:get_assign(count, Socket, 0),
{ok, arizona_socket:put_assign(count, Count, Socket)}.
Expand Down

0 comments on commit c266af7

Please sign in to comment.