From 93515ca294d25af8ebbbba38fbd9675159fedc83 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Thu, 3 Nov 2016 01:53:25 -0200 Subject: [PATCH] fixed indentation --- server/startup/migrations/v065.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/startup/migrations/v065.js b/server/startup/migrations/v065.js index eb84379e6b2..2dbd54a424a 100644 --- a/server/startup/migrations/v065.js +++ b/server/startup/migrations/v065.js @@ -1,7 +1,7 @@ RocketChat.Migrations.add({ version: 65, up: function() { - if (RocketChat && RocketChat.models && RocketChat.models.Settings) { + if (RocketChat && RocketChat.models && RocketChat.models.Settings) { // New color settings - start with old settings as defaults var replace1 = RocketChat.models.Settings.findOne({ _id: 'theme-color-quaternary-font-color' });