diff --git a/index.js b/index.js index ffd35f1..18bf806 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ const hasher = require('object-hash'); // 0ac6kh // 1abz19 -console.log(hasher.sha1('#just@A@Proof/+55_42_9901-2144//')); +console.log(hasher.sha1('')); var app = express(); diff --git a/package.json b/package.json index fa6ced3..d25fca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "ogtagscrapper", - "version": "1.0.1", + "name": "opentk-apis", + "version": "1.0.3", "description": "a service to get open graph meta tags", "main": "index.js", "scripts": { diff --git a/src/codedb-private.js b/src/codedb-private.js index c625e2d..e3c75a8 100644 --- a/src/codedb-private.js +++ b/src/codedb-private.js @@ -9,7 +9,8 @@ var c = mysql.createConnection({ /** - * + * !DEPRECATED + * @deprecated unused module * @param {String} key private keys to send use this code * @param {Array/object} data data */ @@ -28,7 +29,7 @@ module.exports = (key = null, data) => { console.log('The solution is: ', results[0].solution); return results[0].solution }); - c.d + } } }; diff --git a/src/word-filter.js b/src/word-filter.js index e0019d6..fef2d46 100644 --- a/src/word-filter.js +++ b/src/word-filter.js @@ -8,6 +8,4 @@ module.exports = (params) => { return cleaned; } else{ return undefined } - - }