mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 16:05:32 +02:00
Removed useless generating
This commit is contained in:
parent
abf6a6de3e
commit
c895f4d9fe
1 changed files with 1 additions and 3 deletions
|
@ -290,11 +290,9 @@ class Pages {
|
||||||
|
|
||||||
await alias.destroy();
|
await alias.destroy();
|
||||||
}
|
}
|
||||||
await flatArray.generate();
|
|
||||||
|
|
||||||
const removedPage = page.destroy();
|
const removedPage = page.destroy();
|
||||||
await flatArray.generate();
|
await flatArray.generate();
|
||||||
|
|
||||||
return removedPage;
|
return removedPage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue