We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542b81e commit 2437f66Copy full SHA for 2437f66
src/server/services/communities.js
@@ -71,7 +71,7 @@ const getValidIds = async (METADATA_PATH) => {
71
} catch (e) {
72
// eslint-disable-next-line no-console
73
console.error(`Error processing metadata for ID: ${id}`, e.message);
74
- return null;
+ return [];
75
}
76
});
77
0 commit comments