Remove all conditional logic around App Management being disabled #21940
Annotations
9 errors and 13 warnings
packages/cli-kit/src/private/node/session.ts#L15
[unused-imports/no-unused-imports] 'RequestClientError' is defined but never used.
|
packages/cli-kit/src/private/node/session.ts#L15
[@typescript-eslint/no-unused-vars] 'RequestClientError' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/cli-kit/src/private/node/session.ts#L16
[unused-imports/no-unused-imports] 'getCachedPartnerAccountStatus' is defined but never used.
|
packages/cli-kit/src/private/node/session.ts#L16
[@typescript-eslint/no-unused-vars] 'getCachedPartnerAccountStatus' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/cli-kit/src/private/node/session.ts#L16
[unused-imports/no-unused-imports] 'setCachedPartnerAccountStatus' is defined but never used.
|
packages/cli-kit/src/private/node/session.ts#L16
[@typescript-eslint/no-unused-vars] 'setCachedPartnerAccountStatus' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/cli-kit/src/private/node/session.ts#L21
[unused-imports/no-unused-imports] 'partnersRequest' is defined but never used.
|
packages/cli-kit/src/private/node/session.ts#L21
[@typescript-eslint/no-unused-vars] 'partnersRequest' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/cli-kit/src/private/node/session.ts#L300
[@typescript-eslint/no-unused-vars] 'getFirstOrganization' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
packages/cli-kit/src/private/node/session.ts#L121
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L149
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L192
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L391
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L392
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L393
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L394
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L395
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L407
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L408
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L409
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L410
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/cli-kit/src/private/node/session.ts#L411
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|