Browse Source

Add trailing comma

Andrés Manelli 7 years ago
parent
commit
d77afe3e2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/users.js

+ 1 - 1
models/users.js

@@ -551,7 +551,7 @@ if (Meteor.isServer) {
 
           Swimlanes.insert({
             title: TAPi18n.__('welcome-swimlane'),
-            boardId
+            boardId,
           }, fakeUser);
 
           ['welcome-list1', 'welcome-list2'].forEach((title) => {