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 3bd6e1a commit 0255ffbCopy full SHA for 0255ffb
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