azul-lyrics
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "azul-lyrics", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A package to get lyrics for songs", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -49,9 +49,13 @@ const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args)); | ||
return ({ | ||
status: 401, | ||
message: "Unauthorized" | ||
error: { | ||
status: 401, | ||
message: "Unauthorized" | ||
} | ||
}); | ||
} else { | ||
return ({ | ||
status: resp.status, | ||
message: "Something went wrong..." | ||
error: { | ||
status: resp.status, | ||
message: "Something went wrong..." | ||
} | ||
}); | ||
@@ -58,0 +62,0 @@ } |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4024
4
63
1
49