diff --git a/PepApi.Core/Extensions.cs b/PepApi.Core/Extensions.cs index dc33541..271448e 100644 --- a/PepApi.Core/Extensions.cs +++ b/PepApi.Core/Extensions.cs @@ -60,7 +60,8 @@ namespace PepApi.Core MaterialGrade = nest.MaterialGrade, Notes = nest.Notes, HasErrors = !nest.Errors.IsNullOrWhiteSpace(), - Revision = nest.UserDefined1 + Revision = nest.UserDefined1, + Application = "N/A" }; } }