Skip to content

Commit

Permalink
Fix bug deleted code
Browse files Browse the repository at this point in the history
  • Loading branch information
aorzelskiGH committed Jul 5, 2024
1 parent 60f7015 commit a5ef56c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,10 @@ public async Task InitRegistry(List<AasxCredentialsEntry> cList, DateTime timest
while (i < Program.env.Length)
{
var env = Program.env[i];

if (env == null)
{
break;
}
i++;
}

Expand Down

0 comments on commit a5ef56c

Please sign in to comment.