From 911aa113eafaabdb1281b9acd1b8a8f383107c52 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 20 Sep 2023 14:27:19 +0100 Subject: [PATCH] Comment Signed-off-by: Fred Boniface --- src/utils/ldb.utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/ldb.utils.js b/src/utils/ldb.utils.js index e267cf6..aab0ac6 100644 --- a/src/utils/ldb.utils.js +++ b/src/utils/ldb.utils.js @@ -18,6 +18,7 @@ async function checkCrs(input = "") { } // Needs to be moved to the frontend `ensureArray() func` +// Usage of this function should be migrated to the `translator` utilities. async function cleanMessages(input) { log.out("ldbUtils.cleanMessages: Deprecated function has been called", "err"); var out = [];