Add trailing comma

reviewable/pr1465/r1
Andrés Manelli 7 years ago
parent ec0a8449ba
commit d77afe3e2e
  1. 2
      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) => {

Loading…
Cancel
Save