newStaffLDB-API #48

Merged
fred.boniface merged 85 commits from newStaffLDB-API into main 2023-10-03 21:35:03 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 911aa113ea - Show all commits

View File

@ -18,6 +18,7 @@ async function checkCrs(input = "") {
} }
// Needs to be moved to the frontend `ensureArray() func` // Needs to be moved to the frontend `ensureArray() func`
// Usage of this function should be migrated to the `translator` utilities.
async function cleanMessages(input) { async function cleanMessages(input) {
log.out("ldbUtils.cleanMessages: Deprecated function has been called", "err"); log.out("ldbUtils.cleanMessages: Deprecated function has been called", "err");
var out = []; var out = [];