Merge pull request #32933 from stanislav-c/fix-ReadWriteSplitCatalogService
This commit is contained in:
@@ -142,9 +142,13 @@ export class ReadWriteSplitCatalogService implements CatalogService {
|
||||
}
|
||||
|
||||
async getLocations(
|
||||
options: CatalogRequestOptions,
|
||||
request: {} | undefined,
|
||||
options: CatalogServiceRequestOptions,
|
||||
): Promise<GetLocationsResponse> {
|
||||
return this.#catalogRead.getLocations(options);
|
||||
return this.#catalogRead.getLocations(
|
||||
request,
|
||||
await this.#getOptions(options),
|
||||
);
|
||||
}
|
||||
|
||||
async getLocationById(
|
||||
|
||||
Reference in New Issue
Block a user