Skip to content

Commit 0eaba69

Browse files
committed
Update get_abi_snapshot.ts
1 parent 80bd4ad commit 0eaba69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/routes/v2-history/get_abi_snapshot/get_abi_snapshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function getAbiSnapshot(fastify: FastifyInstance, request: FastifyRequest)
2222
}
2323

2424
const results = await fastify.elastic.search({
25-
index: fastify.manager.chain + '-abi',
25+
index: fastify.manager.chain + '-abi-*',
2626
size: 1,
2727
body: {
2828
query: {bool: {must: mustArray}},

0 commit comments

Comments
 (0)