We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1c09a commit dc0a809Copy full SHA for dc0a809
database-connect/keyService.js
@@ -133,7 +133,7 @@ module.exports = {
133
const deferred = q.defer();
134
135
try {
136
- const isValidUrl = util.isValidUrl(url);
+ const isValidUrl = util.isUrlValid(url);
137
if (isValidUrl) {
138
const collection = config.mongoClient.db(config.globalDb).collection(config.globalSettings);
139
const docs = await collection.find({}).toArray();
0 commit comments