mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
missing coma
This commit is contained in:
parent
23cb98bb82
commit
5b58b0b40c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ if (Meteor.isServer) {
|
|||
activityType: 'removeList',
|
||||
boardId: doc.boardId,
|
||||
listId: doc._id,
|
||||
title: doc.title
|
||||
title: doc.title,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue