feat(discovery): more work on discovery plus a few fixes
This commit is contained in:
@@ -67,7 +67,7 @@ const syncDiscoveryIndex: WorkerTaskHandler = async (_payload, helpers) => {
|
||||
|
||||
await guildSearchService.updateGuild(guild, {
|
||||
description: discoveryRow.description,
|
||||
categoryId: discoveryRow.category_id,
|
||||
categoryId: discoveryRow.category_type,
|
||||
onlineCount: onlineCounts.get(guildId) ?? 0,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user