Fix file format name in API

This commit is contained in:
2023-03-28 22:37:05 +03:00
parent 9262249ea1
commit ce5f19020e
5 changed files with 10 additions and 10 deletions

View File

@@ -289,8 +289,8 @@ func (s *Format) Decode(d *jx.Decoder) error {
*s = FormatAll
case FormatPdf:
*s = FormatPdf
case FormatSinglePage:
*s = FormatSinglePage
case FormatSingleFile:
*s = FormatSingleFile
case FormatHeaders:
*s = FormatHeaders
default: