mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +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,
|
code: 200,
|
||||||
data: {
|
data: {
|
||||||
_id: paramCardId,
|
_id: paramCardId,
|
||||||
archived: true,
|
archived: true,
|
||||||
archivedAt: new Date(),
|
archivedAt: new Date(),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue