mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Fix lint error: tab to spaces.
Thanks to xet7 !
This commit is contained in:
parent
04f5bda70a
commit
d4774d398e
1 changed files with 1 additions and 1 deletions
|
@ -1321,7 +1321,7 @@ if (Meteor.isServer) {
|
|||
_id: doc._id,
|
||||
title: doc.title,
|
||||
description: doc.description,
|
||||
listId: doc.listId,
|
||||
listId: doc.listId,
|
||||
};
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue