Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Cesar C. - Matsukii committed Oct 3, 2019
1 parent 9c2ce7a commit d029e0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions src/codedb-private.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -28,7 +29,7 @@ module.exports = (key = null, data) => {
console.log('The solution is: ', results[0].solution);
return results[0].solution
});
c.d

}
}
};
2 changes: 0 additions & 2 deletions src/word-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ module.exports = (params) => {
return cleaned;
}
else{ return undefined }


}

0 comments on commit d029e0e

Please sign in to comment.