reddit-simple-client
Advanced tools
Comparing version 2.0.0-beta.6 to 2.0.0-beta.7
{ | ||
"name": "reddit-simple-client", | ||
"version": "2.0.0-beta.6", | ||
"version": "2.0.0-beta.7", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Simple module for interacting with Reddit, using oauth to authenticate to the reddit api", |
@@ -137,2 +137,6 @@ import { DefaultOptions } from './reddit/modal/reddit-options.js'; | ||
if (!jsonDataFromUrl.data || !jsonDataFromUrl.data.children) { | ||
return jsonDataFromUrl; | ||
} | ||
const result = jsonDataFromUrl.data.children.map(post => { | ||
@@ -139,0 +143,0 @@ if (!useSimpleValues) { |
15509
348