Skip to content

Commit

Permalink
changed default volume level behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
13on4rd committed Jan 10, 2025
1 parent f6a4c87 commit a3672ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public Configuration getAllConfigurations(final UUID id, final String accessToke
try {
volumeLevel = Integer.parseInt(keyBindingVolumeLevel.getKey());
} catch (NumberFormatException e) {
throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "Invalid volume level format" + keyBindingVolumeLevel.getKey());
throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "Invalid volume level format.");
}
}

Expand Down

0 comments on commit a3672ed

Please sign in to comment.