From 3c3128cb853c4d3f30e10c9acf4e01f6d8daa2ed Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 30 Oct 2017 15:25:52 -0400 Subject: [PATCH] Remove reference to future API --- TGServerService/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGServerService/Program.cs b/TGServerService/Program.cs index aa10e583c6..1fc9a14285 100644 --- a/TGServerService/Program.cs +++ b/TGServerService/Program.cs @@ -9,7 +9,7 @@ namespace TGServerService /// /// Entry point to the program /// - static void Main() => Service.Launch(); + static void Main() => new Service(); /// /// Copy a file from to , but first ensure the destination directory exists