Skip to content

Commit

Permalink
Fix big deleted else
Browse files Browse the repository at this point in the history
  • Loading branch information
aorzelskiGH committed Jul 5, 2024
1 parent aae1361 commit 140dc5c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ public async Task InitRegistry(List<AasxCredentialsEntry> cList, DateTime timest
AddAasToRegistry(null, timestamp, aasDesc);
}
}

}
else
{
foreach (var env in Program.env)
{
var aas = env.AasEnv?.AssetAdministrationShells?[0];
Expand Down

0 comments on commit 140dc5c

Please sign in to comment.