Skip to content

Commit

Permalink
chore: change reindex ticket target
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Mar 28, 2024
1 parent 5a5263a commit 52d687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/api/src/service/search-ticket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class SearchTicketService {
body: docs.flatMap((doc) => [
{
index: {
_index: this.indexName + '-tmp',
_index: this.indexName,
_id: doc.objectId,
},
},
Expand Down

0 comments on commit 52d687f

Please sign in to comment.