Skip to content

Commit 07f7934

Browse files
committed
fix(google-drive): correct ODS MIME type for Sheets export format
1 parent 291b2ee commit 07f7934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/google_drive/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const VALID_EXPORT_FORMATS: Record<string, string[]> = {
135135
'text/tab-separated-values',
136136
'application/pdf',
137137
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
138-
'application/x-vnd.oasis.opendocument.spreadsheet',
138+
'application/vnd.oasis.opendocument.spreadsheet',
139139
'application/zip',
140140
],
141141
'application/vnd.google-apps.presentation': [

0 commit comments

Comments
 (0)