fix: remove unused middleware
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
const { graphqlUploadExpress } = require('graphql-upload')
|
||||
|
||||
/**
|
||||
* GraphQL File Upload Middleware
|
||||
*/
|
||||
module.exports = graphqlUploadExpress({ maxFileSize: 5000000, maxFiles: 20 })
|
Reference in New Issue
Block a user