PCRB webassembly

This commit is contained in:
Chase Tucker
2024-05-13 14:33:27 -07:00
parent 9b7e3ef897
commit 89790f4fc1
50 changed files with 5466 additions and 677 deletions

View File

@ -53,7 +53,7 @@ public class MonInWorkerClient : IMonInWorkerClient {
throw new ArgumentException("MonInBackoffSeconds environment variable not an integer");
_resource = Environment.GetEnvironmentVariable("FabApprovalApiMonInResource") ??
throw new ArgumentNullException("OIWizardMonInResource environment variable not found");
throw new ArgumentNullException("FabApprovalApiMonInResource environment variable not found");
}
public async void PostStatus(string statusName, StatusValue statusValue) {