We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef7b07 commit c80bf4cCopy full SHA for c80bf4c
src/client/al-api-client.ts
@@ -82,7 +82,7 @@ export class AlApiClient implements AlValidationSchemaProvider
82
/**
83
* The following list of services are the ones whose endpoints will need to be determined for the current context active residency location.
84
*/
85
- protected static resolveByResidencyServiceList = [ "iris", "kalm", "ticketmaster", "tacoma", "responder", "responder-async", "cargo" ];
+ protected static resolveByResidencyServiceList = [ "iris", "kalm", "ticketmaster", "tacoma", "responder", "responder-async", "cargo", "yard" ];
86
87
protected static defaultServiceParams: APIRequestParams = {
88
service_stack: AlLocation.InsightAPI, // May also be AlLocation.GlobalAPI, AlLocation.EndpointsAPI, or ALLocation.LegacyUI
0 commit comments