From e6b3e5f1c99fecc4742904509ebf09f0c112d2cd Mon Sep 17 00:00:00 2001 From: kuuuube Date: Wed, 6 Nov 2024 14:11:35 -0500 Subject: [PATCH] Add description to _normalizeCardInfoArray --- ext/js/comm/anki-connect.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/js/comm/anki-connect.js b/ext/js/comm/anki-connect.js index 060aa73ee..468321a8c 100644 --- a/ext/js/comm/anki-connect.js +++ b/ext/js/comm/anki-connect.js @@ -674,6 +674,7 @@ export class AnkiConnect { } /** + * Transforms raw AnkiConnect data into the CardInfo type. * @param {unknown} result * @returns {(?import('anki').CardInfo)[]} * @throws {Error}