Reenable updating search index for uploads

This commit is contained in:
Jordan Eldredge 2025-12-26 11:26:47 -08:00
parent 7f43b174f5
commit c0c728950a

View file

@ -118,7 +118,7 @@ async function addClassicSkinFromBuffer(
await setHashesForSkin(skin);
// Disable while we figure out our quota
// await Skins.updateSearchIndex(ctx, md5);
await Skins.updateSearchIndex(ctx, md5);
return { md5, status: "ADDED", skinType: "CLASSIC" };
}