mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
Reenable indexing
This commit is contained in:
parent
e4ed4a3166
commit
ec47ae1e50
1 changed files with 0 additions and 2 deletions
|
|
@ -243,8 +243,6 @@ export async function updateSearchIndexs(
|
|||
ctx: UserContext,
|
||||
md5s: string[]
|
||||
): Promise<any> {
|
||||
// Avoid indexing while we wait for our account to get back in good standing.
|
||||
return;
|
||||
const skinIndexes = await getSearchIndexes(ctx, md5s);
|
||||
|
||||
const results = await searchIndex.partialUpdateObjects(skinIndexes, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue