mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-11 21:31:07 +00:00
fix: update export format for Google Docs to use correct MIME type
This commit is contained in:
parent
489e48644f
commit
6d4eb32345
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ GOOGLE_FOLDER = "application/vnd.google-apps.folder"
|
|||
GOOGLE_SHORTCUT = "application/vnd.google-apps.shortcut"
|
||||
|
||||
EXPORT_FORMATS = {
|
||||
GOOGLE_DOC: "application/pdf",
|
||||
GOOGLE_DOC: "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
||||
GOOGLE_SHEET: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
||||
GOOGLE_SLIDE: "application/pdf",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue