We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effbb7e commit 7b1efc6Copy full SHA for 7b1efc6
update.js
@@ -31,6 +31,7 @@ const deriveReplacement = (status) => {
31
console.log("[deriveReplacement] :: Successfully wrote updated contents to target file.")
32
} catch (_) { throw new Error("[deriveReplacement] :: Failed to write to target file.") }
33
}
34
+
35
axios.get(`https://api.lanyard.rest/v1/users/${id}`)
36
.then((response) => {
37
const fetchedRaw = response.data.data
0 commit comments