Update contrib/catalog/read-write-split/workspace/packages/backend/src/catalogService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Stanislav Cherkasov <150145013+stanislav-c@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
55b2cd2574
commit
1a344b44af
@@ -142,7 +142,7 @@ export class ReadWriteSplitCatalogService implements CatalogService {
|
||||
}
|
||||
|
||||
async getLocations(
|
||||
request: object | undefined,
|
||||
request: {} | undefined,
|
||||
options: CatalogServiceRequestOptions,
|
||||
): Promise<GetLocationsResponse> {
|
||||
return this.#catalogRead.getLocations(
|
||||
|
||||
Reference in New Issue
Block a user