PCRB webassembly
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user