Skip to content

Commit 7b1efc6

Browse files
committed
🩹 forgot a newline right there!
1 parent effbb7e commit 7b1efc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const deriveReplacement = (status) => {
3131
console.log("[deriveReplacement] :: Successfully wrote updated contents to target file.")
3232
} catch (_) { throw new Error("[deriveReplacement] :: Failed to write to target file.") }
3333
}
34+
3435
axios.get(`https://api.lanyard.rest/v1/users/${id}`)
3536
.then((response) => {
3637
const fetchedRaw = response.data.data

0 commit comments

Comments
 (0)