mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-13 08:12:32 +10:00
remove unnecessary log
This commit is contained in:
@ -59,7 +59,7 @@ export async function exportPage(data: IExportPageParams): Promise<void> {
|
|||||||
const req = await api.post("/pages/export", data, {
|
const req = await api.post("/pages/export", data, {
|
||||||
responseType: "blob",
|
responseType: "blob",
|
||||||
});
|
});
|
||||||
console.log(req?.headers);
|
|
||||||
const fileName = req?.headers["content-disposition"]
|
const fileName = req?.headers["content-disposition"]
|
||||||
.split("filename=")[1]
|
.split("filename=")[1]
|
||||||
.replace(/"/g, "");
|
.replace(/"/g, "");
|
||||||
|
|||||||
Reference in New Issue
Block a user