Skip to content

Commit cc07146

Browse files
committed
Drop customer name from refresh-classification comment
1 parent c08f268 commit cc07146

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎packages/core/sdk/src/executor.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,9 +2204,9 @@ export const createExecutor = <const TPlugins extends readonly AnyPlugin[] = rea
22042204
// (re-auth required); every other code must still reach
22052205
// the caller as an auth failure, because a StorageError
22062206
// is scrubbed to "Internal tool error [id]" at the
2207-
// sandbox boundary (the Pylon prod regression: the AS
2208-
// rejected refreshes with a non-invalid_grant 400 and
2209-
// callers saw only the opaque defect).
2207+
// sandbox boundary (a prod regression: the AS rejected
2208+
// refreshes with a non-invalid_grant 400 and callers saw
2209+
// only the opaque defect).
22102210
if (cause.error !== undefined) {
22112211
return new CredentialResolutionError({
22122212
owner,

0 commit comments

Comments
 (0)