Skip to content

Commit

Permalink
adding sqllite files to the checker
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Feb 6, 2024
1 parent af0a453 commit 6a53942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/uploadController.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class UploadController extends PageController {
'application/vnd.geo+json',
'application/gml+xml',
'application/gpkg',
'application/geopackage+sqlite3',
'application/octet-stream' // This is a catch all for when the mime type is not recognised
]
if (!allowedMimeTypes.includes(datafile.mimetype)) {
Expand Down

0 comments on commit 6a53942

Please sign in to comment.