Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
fixed code
Browse files Browse the repository at this point in the history
  • Loading branch information
scf4 authored Jun 10, 2017
1 parent edbfac5 commit 1496c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 1496c96

Please sign in to comment.