Skip to content

Commit 2437f66

Browse files
committed
fix: processing metadata for id
1 parent 542b81e commit 2437f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/services/communities.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const getValidIds = async (METADATA_PATH) => {
7171
} catch (e) {
7272
// eslint-disable-next-line no-console
7373
console.error(`Error processing metadata for ID: ${id}`, e.message);
74-
return null;
74+
return [];
7575
}
7676
});
7777

0 commit comments

Comments
 (0)