Skip to content

Commit 59a76a7

Browse files
committed
refactor: remove TODO comment regarding pipeline RBAC in types.ts
1 parent 8716fa3 commit 59a76a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Shared/Services/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export interface GetResourceApiUrlProps<T> extends BaseGetApiUrlProps<T, Resourc
5050
export interface GetPolicyApiUrlProps<T>
5151
extends Omit<BaseGetApiUrlProps<T, PolicyKindType, ResourceVersionType>, 'baseUrl'> {}
5252

53-
// TODO: On merging with pipeline rbac need to move from shared/types.ts to here itself
5453
export interface EnvironmentDataValuesDTO extends Pick<MainContext, 'featureGitOpsFlags'> {
5554
isAirGapEnvironment: boolean
5655
isManifestScanningEnabled: boolean

0 commit comments

Comments
 (0)