Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
  • Loading branch information
JoTiTu committed Oct 25, 2024
1 parent 9952eb1 commit dd8eec4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public async Task<AuthorizationRequest> CreateAuthorizationRequest(Authorization
{
var value = queryParams[key];

if (string.IsNullOrEmpty(value)) continue;
if (string.IsNullOrEmpty(value))
continue;

try
{
Expand Down

0 comments on commit dd8eec4

Please sign in to comment.