1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00

fix: Remove duplicate file extension validation for md and pdf formats

This commit is contained in:
Sean Morley 2025-03-23 16:40:55 -04:00
parent b4c5e22662
commit 04c3402e14
2 changed files with 2 additions and 3 deletions

View file

@ -75,8 +75,7 @@
'.tar.lzo',
'.tar.z',
'.gpx',
'.md',
'.pdf'
'.md'
];
export let initialLatLng: { lat: number; lng: number } | null = null; // Used to pass the location from the map selection to the modal