Skip to content

Commit

Permalink
only care about first url
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Apr 24, 2024
1 parent 756cae1 commit 39a651c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailGrabber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ internal List<Tuple<string,string>> FindUrl(string sender, string regexPatternDo
break;
}

if (!string.IsNullOrEmpty(dlUrl) && !string.IsNullOrEmpty(workspaceUrl))
if (!string.IsNullOrEmpty(dlUrl))
{
urls.Add(new Tuple<string, string>(dlUrl, workspaceUrl));
}
Expand Down

0 comments on commit 39a651c

Please sign in to comment.