Update catalogService.ts
Signed-off-by: Stanislav Cherkasov <150145013+stanislav-c@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c08353e318
commit
55b2cd2574
@@ -142,9 +142,13 @@ export class ReadWriteSplitCatalogService implements CatalogService {
|
||||
}
|
||||
|
||||
async getLocations(
|
||||
options: CatalogRequestOptions,
|
||||
request: object | 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