Skip to content

Commit

Permalink
fix: remove GPX from DOCUMENT_ACCEPTED_TYPES as it's now in MAP_DATA_…
Browse files Browse the repository at this point in the history
…ACCEPTED_TYPES
  • Loading branch information
paulschreiber committed Nov 28, 2023
1 parent 769cba3 commit 0858ca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export const DOCUMENT_ACCEPTED_TYPES = {
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': [
'.docx',
],
'application/xml': ['.gpx'],
};

export const MEDIA_ACCEPTED_TYPES = {
Expand Down

0 comments on commit 0858ca2

Please sign in to comment.