fixed indentation

pull/4882/head
Gabriel Engel 9 years ago
parent 92716a473c
commit 93515ca294
No known key found for this signature in database
GPG Key ID: A9FF0AD7DEE40258
  1. 2
      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' });

Loading…
Cancel
Save