From ac34ee55a35eb2c6e6f3fde0efdc751a7718c458 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Wed, 15 May 2024 17:12:20 +0800 Subject: [PATCH] change the comment of global.search --- scripts/secretariat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/secretariat.js b/scripts/secretariat.js index 945c68f..700d3eb 100644 --- a/scripts/secretariat.js +++ b/scripts/secretariat.js @@ -71,7 +71,7 @@ class global { @param {string} TERM the term to search @param {Array} ADDITIONAL_PLACES additional places to search @param {object} OPTIONS the options - @return {Array} the results + @return {object} the results */ static async search(SOURCE, TERM, ADDITIONAL_PLACES, STRICT = 0, OPTIONS = {}) { let DATA = await global.read(SOURCE, (OPTIONS[`cloud`] != null) ? OPTIONS[`cloud`] : 0);