yohei0125 4 lat temu
rodzic
commit
9f62996e5b

+ 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 });