mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
update getAllAccessibleEnvironmentsOfWorkspace controller
This commit is contained in:
@@ -250,8 +250,8 @@ export const getAllAccessibleEnvironmentsOfWorkspace = async (
|
||||
return
|
||||
} else {
|
||||
accessibleEnvironments.push({
|
||||
environmentDetails: environment,
|
||||
// readDenied: isReadBlocked,
|
||||
name: environment.name,
|
||||
slug: environment.slug,
|
||||
isWriteDenied: isWriteBlocked
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user