From 5ab455fb09c659e92ad4de41ec7472e2b8e48499 Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 1 Nov 2022 17:58:50 +0200 Subject: Hot folder impl completed. --- .../RemoteJobUpload/RemoteJobUploadCompletedResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadCompletedResponse.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadCompletedResponse.cs index ff8502dac..085f990f9 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadCompletedResponse.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadCompletedResponse.cs @@ -8,6 +8,6 @@ namespace Tango.PPC.Shared.RemoteJobUpload { public class RemoteJobUploadCompletedResponse { - + public String Error { get; set; } } } -- cgit v1.3.1