From a81a6030311654752c953b0ec9b9951f0f1ce567 Mon Sep 17 00:00:00 2001 From: Mial Lewis Date: Wed, 26 Nov 2025 23:59:00 +0000 Subject: [PATCH] update bool to boolean --- models/cards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/cards.js b/models/cards.js index fb52ea122..9c48546fc 100644 --- a/models/cards.js +++ b/models/cards.js @@ -4449,7 +4449,7 @@ JsonRoutes.add('GET', '/api/boards/:boardId/cards_count', function( * @param {string} boardId the board ID of the card * @param {string} listId the list 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( 'POST',