spotify-checker
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,3 +6,2 @@ const fetch = require('fetch') | ||
name: "data", | ||
dataDir: "./data" | ||
}) | ||
@@ -16,3 +15,3 @@ const checker = require('./checker') | ||
} | ||
if (!secretid) { | ||
if (!clientsecret) { | ||
throw new Error("Please Provide the Spotify clientsecret Key!") | ||
@@ -19,0 +18,0 @@ } |
{ | ||
"name": "spotify-checker", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Check All Api Links from Spotify", | ||
@@ -5,0 +5,0 @@ "repository": { |
2982
60