diff --git a/jsreport.Shared/SerializerHelper.cs b/jsreport.Shared/SerializerHelper.cs index c881477..ffc0c0e 100644 --- a/jsreport.Shared/SerializerHelper.cs +++ b/jsreport.Shared/SerializerHelper.cs @@ -30,7 +30,7 @@ public static ReportMeta ParseReportMeta(IDictionary meta) return new ReportMeta { - ReportPernamentLink = meta.MetaValue("permanentLink"), + ReportPermanentLink = meta.MetaValue("permanentLink"), AsyncReportLocation = meta.MetaValue("location"), ContentType = meta.MetaValue("contentType"), ReportId = meta.MetaValue("reportId"), diff --git a/jsreport.Shared/jsreport.Shared.csproj b/jsreport.Shared/jsreport.Shared.csproj index b3dd1d1..6625184 100644 --- a/jsreport.Shared/jsreport.Shared.csproj +++ b/jsreport.Shared/jsreport.Shared.csproj @@ -29,7 +29,7 @@ - +