Skip to content

Commit

Permalink
Fix #244
Browse files Browse the repository at this point in the history
Add apps scripts mime type to is_document
  • Loading branch information
astrada committed Jan 30, 2017
1 parent 459d428 commit da37fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cache.ml
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,8 @@ struct
| "application/vnd.google-apps.presentation"
| "application/vnd.google-apps.spreadsheet"
| "application/vnd.google-apps.map"
| "application/vnd.google-apps.fusiontable" -> true
| "application/vnd.google-apps.fusiontable"
| "application/vnd.google-apps.script" -> true
| _ -> false

let is_document resource =
Expand Down

0 comments on commit da37fa3

Please sign in to comment.