1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 07:25:21 +02:00

the lint removed

This commit is contained in:
Umang G. Patel 2022-08-10 10:16:54 +05:30
parent 7b8beac10a
commit b51a54567a
2 changed files with 2 additions and 1 deletions

View file

@ -291,6 +291,7 @@ class Pages {
await alias.destroy(); await alias.destroy();
} }
const removedPage = page.destroy(); const removedPage = page.destroy();
await PagesFlatArray.regenerate(); await PagesFlatArray.regenerate();
return removedPage; return removedPage;