From 1496c960d0f88f7ac8ae37691ea654316a94faef Mon Sep 17 00:00:00 2001 From: scott Date: Sat, 10 Jun 2017 20:22:22 +0100 Subject: [PATCH] fixed code --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 3f2b859..1168d2e 100644 --- a/lib/index.js +++ b/lib/index.js @@ -29,7 +29,7 @@ module.exports = class Lyricist { Search song by ID */ - async song(id, { fetchLyrics = 123 } = {}) { + async song(id, { fetchLyrics = false } = {}) { if (!id) throw new Error('No ID was provided to lyricist.song()'); const { song } = await this._request(`songs/${id}`);