mirror of
https://github.com/MODSetter/SurfSense
synced 2026-06-21 13:44:09 +00:00
fix: update export format for Google Docs to use correct MIME type
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user