File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ sources:
1313 - location : gusto_embedded/.speakeasy/speakeasy-modifications-overlay.yaml
1414 registry :
1515 location : registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas
16- GustoEmbedded-local :
17- inputs :
18- - location : ../Gusto-Partner-API/generated/embedded/api.v2024-04-01.embedded.yaml
19- overlays :
20- - location : ../Gusto-Partner-API/.speakeasy/speakeasy-modifications-overlay.yaml
21- - location : gusto_embedded/.speakeasy/speakeasy-modifications-overlay.yaml
22- registry :
23- location : registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local
2416targets :
2517 gusto-embedded :
2618 target : typescript
@@ -34,14 +26,3 @@ targets:
3426 location : registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples
3527 labelOverride :
3628 fixedValue : Typescript (SDK)
37- blocking : false
38- local :
39- target : typescript
40- source : GustoEmbedded-local
41- output : ./gusto_embedded
42- codeSamples :
43- registry :
44- location : registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples
45- labelOverride :
46- fixedValue : Typescript (SDK)
47- blocking : false
Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ export class ClientCredentialsHook
7575 response : Response | null ,
7676 error : unknown
7777 ) : Promise < { response : Response | null ; error : unknown } > {
78- // TODO I wonder if this only works if we don't define a 401 error on each
79- // request
8078 if ( error ) {
8179 return { response, error } ;
8280 }
You can’t perform that action at this time.
0 commit comments