mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 07:32:35 +01: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({
|
Swimlanes.insert({
|
||||||
title: TAPi18n.__('welcome-swimlane'),
|
title: TAPi18n.__('welcome-swimlane'),
|
||||||
boardId
|
boardId,
|
||||||
}, fakeUser);
|
}, fakeUser);
|
||||||
|
|
||||||
['welcome-list1', 'welcome-list2'].forEach((title) => {
|
['welcome-list1', 'welcome-list2'].forEach((title) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue