Skip to content

Commit c80bf4c

Browse files
authored
VTT-5403: Making Yard to be residency aware (#262)
1 parent bef7b07 commit c80bf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/al-api-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class AlApiClient implements AlValidationSchemaProvider
8282
/**
8383
* The following list of services are the ones whose endpoints will need to be determined for the current context active residency location.
8484
*/
85-
protected static resolveByResidencyServiceList = [ "iris", "kalm", "ticketmaster", "tacoma", "responder", "responder-async", "cargo" ];
85+
protected static resolveByResidencyServiceList = [ "iris", "kalm", "ticketmaster", "tacoma", "responder", "responder-async", "cargo", "yard" ];
8686

8787
protected static defaultServiceParams: APIRequestParams = {
8888
service_stack: AlLocation.InsightAPI, // May also be AlLocation.GlobalAPI, AlLocation.EndpointsAPI, or ALLocation.LegacyUI

0 commit comments

Comments
 (0)