chore(cli): formatting + version consistency
This commit is contained in:
parent
fdd556df83
commit
970061ff9d
15 changed files with 83 additions and 34 deletions
|
@ -71,6 +71,7 @@ export const searchItems = async (collection, query = '', filters = {}) => {
|
|||
return data?.data ?? [];
|
||||
} catch (err) {
|
||||
console.error(`❌ Failed to search ${collection}:`, err.message);
|
||||
|
||||
return [];
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue