mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build(scripts): send correct data to meilisearch
This commit is contained in:
@@ -54,7 +54,7 @@ try {
|
||||
console.log('Uploading indices...');
|
||||
for (const index of indicies) {
|
||||
console.log(`Uploading ${index.index}...`);
|
||||
await client.index(index.index).addDocuments([index]);
|
||||
await client.index(index.index).addDocuments(index.data);
|
||||
}
|
||||
|
||||
console.log('Uploaded all indices.');
|
||||
|
||||
Reference in New Issue
Block a user