mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Add trailing comma
This commit is contained in:
parent
ec0a8449ba
commit
d77afe3e2e
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ if (Meteor.isServer) {
|
|||
|
||||
Swimlanes.insert({
|
||||
title: TAPi18n.__('welcome-swimlane'),
|
||||
boardId
|
||||
boardId,
|
||||
}, fakeUser);
|
||||
|
||||
['welcome-list1', 'welcome-list2'].forEach((title) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue