From c691ce38edd458f8ffaa4b2459b6e6932303929e Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Tue, 19 Aug 2014 00:49:00 +0100 Subject: [PATCH] whoopsie doodle --- modules/lastfm/lastfm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lastfm/lastfm.js b/modules/lastfm/lastfm.js index 9ae7f23..489e88c 100644 --- a/modules/lastfm/lastfm.js +++ b/modules/lastfm/lastfm.js @@ -16,7 +16,7 @@ var lastfm = function(dbot) { dbot.api.profile.getProfile(server, nick, function(err, user, profile) { if(user) { if(profile && _.has(profile.profile, 'lastfm')) { - callback(user, profile.profile.lastfm.toLowerCase();); + callback(user, profile.profile.lastfm.toLowerCase()); } else { callback(user, null); }