Explorar el Código

update comment

Shun Miyazawa hace 2 años
padre
commit
062c18cda8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/src/server/service/page/index.ts

+ 1 - 1
apps/app/src/server/service/page/index.ts

@@ -4146,7 +4146,7 @@ class PageService implements IPageService {
     const clonedPageData = Page.hydrate(pageData.toObject());
     const newPageData = pageData;
 
-    // Once update it, it will no longer be subject to automatic deletion.
+    // Once updated it's exempt from automatic deletion
     newPageData.toggleWip(options.wip);
 
     // use the previous data if absent