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 = [];