Skip to content

Commit

Permalink
remove numberOfPages
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Mar 11, 2021
1 parent 7358b57 commit 3e2bc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_build:
deploy:
provider: NuGet
api_key:
secure: 8YEU/HfxJmYnx+WcWGi7Lay3uoTDIfDh3R2CdEhDsUZpoDmqK9g4IP1xq+NnwDLM
secure: UxdKl7p+OXiedpDaYECXtpfyKWhYDTseqXQlR4TEmqPpU2XoEPFZxiYPeX6cfdQ/
on:
appveyor_repo_tag: true
test_script:
Expand Down
3 changes: 1 addition & 2 deletions jsreport.Shared/SerializerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public static ReportMeta ParseReportMeta(IDictionary<string, string> meta)
ReportPermanentLink = meta.MetaValue("permanentLink"),
AsyncReportLocation = meta.MetaValue("location"),
ContentType = meta.MetaValue("contentType"),
ReportId = meta.MetaValue("reportId"),
NumberOfPages = meta.MetaValueInt("numberOfPages"),
ReportId = meta.MetaValue("reportId"),
Logs = logs,
ContentDisposition = meta.MetaValue("contentDisposition"),
FileExtension = meta.MetaValue("fileExtension"),
Expand Down

0 comments on commit 3e2bc89

Please sign in to comment.