mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Clean code
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user