Winify – Diff between revs 28 and 35

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 28 Rev 35
Line 119... Line 119...
119   119  
Line 120... Line 120...
120 gotifyNotification.Server = _server; 120 gotifyNotification.Server = _server;
121   121  
-   122 if (!Uri.TryCreate(Path.Combine($"{httpUri}", "application"), UriKind.Absolute,
122 if (!Uri.TryCreate(Path.Combine($"{httpUri}", "application"), UriKind.Absolute, 123 out var applicationUri))
-   124 {
Line 123... Line 125...
123 out var applicationUri)) 125 continue;
124 continue; 126 }
Line 125... Line 127...
125   127