update bool to boolean

This commit is contained in:
Mial Lewis 2025-11-26 23:59:00 +00:00
parent e30ce78053
commit a81a603031

View file

@ -4449,7 +4449,7 @@ JsonRoutes.add('GET', '/api/boards/:boardId/cards_count', function(
* @param {string} boardId the board ID of the card * @param {string} boardId the board ID of the card
* @param {string} listId the list ID of the card * @param {string} listId the list ID of the card
* @param {string} cardId the ID of the card * @param {string} cardId the ID of the card
* @return_type {_id: string, archived: bool, archivedAt: Date} * @return_type {_id: string, archived: boolean, archivedAt: Date}
*/ */
JsonRoutes.add( JsonRoutes.add(
'POST', 'POST',