diff --git a/apps/webapp/app/services/endpoints/indexEndpoint.server.ts b/apps/webapp/app/services/endpoints/indexEndpoint.server.ts index 8d312500c..97363413a 100644 --- a/apps/webapp/app/services/endpoints/indexEndpoint.server.ts +++ b/apps/webapp/app/services/endpoints/indexEndpoint.server.ts @@ -67,6 +67,7 @@ export class IndexEndpointService { }, { queueName, + tx, } ); } @@ -82,6 +83,7 @@ export class IndexEndpointService { }, { queueName, + tx, } ); } @@ -97,6 +99,7 @@ export class IndexEndpointService { }, { queueName, + tx, } ); } @@ -112,6 +115,7 @@ export class IndexEndpointService { }, { queueName, + tx, } ); }