File tree 2 files changed +0
-21
lines changed
2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ sources:
13
13
- location : gusto_embedded/.speakeasy/speakeasy-modifications-overlay.yaml
14
14
registry :
15
15
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
24
16
targets :
25
17
gusto-embedded :
26
18
target : typescript
@@ -34,14 +26,3 @@ targets:
34
26
location : registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples
35
27
labelOverride :
36
28
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
75
75
response : Response | null ,
76
76
error : unknown
77
77
) : 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
80
78
if ( error ) {
81
79
return { response, error } ;
82
80
}
You can’t perform that action at this time.
0 commit comments