mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
fix more indenting
This commit is contained in:
parent
bac0fa81fc
commit
d3c237bc66
1 changed files with 2 additions and 2 deletions
|
|
@ -4473,8 +4473,8 @@ JsonRoutes.add('GET', '/api/boards/:boardId/cards_count', function(
|
|||
code: 200,
|
||||
data: {
|
||||
_id: paramCardId,
|
||||
archived: true,
|
||||
archivedAt: new Date(),
|
||||
archived: true,
|
||||
archivedAt: new Date(),
|
||||
},
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue