Explorar o código

fix lint error

akira-s %!s(int64=5) %!d(string=hai) anos
pai
achega
e5d715423b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/js/components/Page/PageShareManagement.jsx

+ 1 - 1
src/client/js/components/Page/PageShareManagement.jsx

@@ -30,7 +30,7 @@ const PageShareManagement = (props) => {
   async function getExportPageFile(type) {
     const pageId = pageContainer.state.pageId;
     try {
-      const res = await appContainer.apiv3Get('/pages/export', { pageId, type }); 
+      const res = await appContainer.apiv3Get('/pages/export', { pageId, type });
       return res;
     }
     catch (err) {