Clean code

This commit is contained in:
CosmosDev
2022-12-15 20:28:06 +01:00
parent 3a51e9d165
commit 54c658ff9b
3 changed files with 1 additions and 10 deletions

View File

@@ -19,7 +19,6 @@ module.exports = function () {
}
console.log('Teddit API request - post');
let _json = json; // Keep the original json
if (from === 'redis') json = JSON.parse(json);
if (api_type === 'rss') {