Skip to content

Commit

Permalink
Merge pull request #1616 from dbauszus-glx/deprecate-mongodb-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst authored Oct 29, 2024
2 parents 6e74e9a + 4482a14 commit b11e37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
7 changes: 2 additions & 5 deletions mod/provider/getFrom.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const cloudfront = require('../provider/cloudfront')

const file = require('../provider/file')

const mongodb = require('../provider/mongodb')

module.exports = {
https: async url => {

Expand All @@ -32,6 +30,5 @@ module.exports = {

},
file: ref => file(ref.split(':')[1]),
cloudfront: ref => cloudfront(ref.split(':')[1]),
mongodb: ref => mongodb(ref.split(/:(.*)/s)[1])
}
cloudfront: ref => cloudfront(ref.split(':')[1])
}
35 changes: 0 additions & 35 deletions mod/provider/mongodb.js

This file was deleted.

0 comments on commit b11e37c

Please sign in to comment.