yohei0125 hace 3 años
padre
commit
9f62996e5b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      packages/app/src/client/services/page-operation.ts

+ 3 - 1
packages/app/src/client/services/page-operation.ts

@@ -62,7 +62,9 @@ export const exportAsMarkdown = (pageId: string, revisionId: string, format: str
   window.location.href = url.href;
 };
 
-
+/**
+ * send request to fix broken paths caused by unexpected events such as server shutdown while renaming page paths
+ */
 export const resumeRenameOperation = async(pageId: string): Promise<void> => {
   try {
     await apiv3Post('/pages/resume-rename', { pageId });