From 954693ca886df60332a13918b3d8bec2f594ab03 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 21 Aug 2025 06:37:14 -0700 Subject: [PATCH] Fix JSdoc. --- src/lib/database.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/database.ts b/src/lib/database.ts index 5601fc7..db6b9de 100644 --- a/src/lib/database.ts +++ b/src/lib/database.ts @@ -80,7 +80,7 @@ export class Database { /** * Gets a specific record from a datastore. * - * @param {string[]} names - Index key of the record to get + * @param {string} name - Index key of the record to get * @param {string} store - Datastore from which to get the record * @returns {Promise} Object of key-value pairs */ -- 2.47.3