chore(cli): formatting + version consistency

This commit is contained in:
Cory Dransfeldt 2025-06-11 13:01:36 -07:00
parent fdd556df83
commit 970061ff9d
No known key found for this signature in database
15 changed files with 83 additions and 34 deletions

View file

@ -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 [];
}
};

View file

@ -17,6 +17,7 @@ export const promptForMultipleRelations = async (collection, label = collection)
if (!results.length) {
console.warn(`⚠️ No ${collection} found for "${query}".`);
continue;
}