Skip to content

Commit 0255ffb

Browse files
author
Kevin Mack
committed
Removing Vulnerability
1 parent 3bd6e1a commit 0255ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/FileMoverService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken) {
3434
if (linkResponse.LinkRequest.LinkType.Equals(MessageFormats.HostServices.Link.LinkRequest.Types.LinkType.Downlink)) {
3535
linkResponse.LinkRequest.DestinationAppId = PLATFORM_MTS_ID;
3636
}
37-
string password = "test123";
37+
3838
// We're missing a value - send the response as a rejection
3939
if (string.IsNullOrWhiteSpace(linkResponse.LinkRequest.DestinationAppId)) {
4040
linkResponse.ResponseHeader.Status = MessageFormats.Common.StatusCodes.InvalidArgument;

0 commit comments

Comments
 (0)