We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adc6cd commit 893ce66Copy full SHA for 893ce66
src/Services/FileMoverService.cs
@@ -34,7 +34,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken) {
34
if (linkResponse.LinkRequest.LinkType.Equals(MessageFormats.HostServices.Link.LinkRequest.Types.LinkType.Downlink)) {
35
linkResponse.LinkRequest.DestinationAppId = PLATFORM_MTS_ID;
36
}
37
-
+ string password = "test123";
38
// We're missing a value - send the response as a rejection
39
if (string.IsNullOrWhiteSpace(linkResponse.LinkRequest.DestinationAppId)) {
40
linkResponse.ResponseHeader.Status = MessageFormats.Common.StatusCodes.InvalidArgument;
0 commit comments