From 75ff8fa34bfceb8f15e6fcdcae328109be3739d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 4 Apr 2020 06:45:57 +0300 Subject: [PATCH] Removed unnecessary line change in statisticsUpdate.js --- client/funcs/statisticsUpdate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/funcs/statisticsUpdate.js b/client/funcs/statisticsUpdate.js index eb02d45..9e40c48 100644 --- a/client/funcs/statisticsUpdate.js +++ b/client/funcs/statisticsUpdate.js @@ -22,5 +22,4 @@ module.exports = function statisticsUpdate(client, guild, radio) { radio.currentGuild.statistics[radio.station.name].used = parseInt(radio.currentGuild.statistics[radio.station.name].used)+1; client.datastore.updateEntry(guild, radio.currentGuild); - } \ No newline at end of file