Skip to content

Commit 7e4e12b

Browse files
committed
remove local workflow
1 parent 2737704 commit 7e4e12b

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.speakeasy/workflow.yaml

-19
Original file line numberDiff line numberDiff 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
2416
targets:
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

gusto_embedded/src/hooks/clientcredentials.ts

-2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)