fixed unused examples

This commit is contained in:
Saud Fatayerji
2023-11-14 03:27:19 +03:00
parent bbcbc8be50
commit 35e2668f07
3 changed files with 4 additions and 19 deletions

View File

@@ -104,7 +104,7 @@ export const splitOnly = {
operations: [
{
type: "split",
values: { "pagesToSplitAfterArray": [2, 10] },
values: { "splitAfterPageArray": [2, 10] },
operations: []
}
]