Skip to content

Commit

Permalink
W-17053925: fix msgpack support for carbonapi (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmoineau authored Oct 29, 2024
1 parent c2a8f13 commit 219f616
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ protected void doGet( HttpServletRequest req, HttpServletResponse res )
{
now = Integer.parseInt( nowText );
}
else if (msgpack)
{
now = Integer.parseInt( until );
}

if( json )
{
Expand Down

0 comments on commit 219f616

Please sign in to comment.