update getAllAccessibleEnvironmentsOfWorkspace controller

This commit is contained in:
Maidul Islam
2023-01-30 19:39:45 -08:00
parent 2832476c2b
commit 61c17ccc5e

View File

@@ -250,8 +250,8 @@ export const getAllAccessibleEnvironmentsOfWorkspace = async (
return
} else {
accessibleEnvironments.push({
environmentDetails: environment,
// readDenied: isReadBlocked,
name: environment.name,
slug: environment.slug,
isWriteDenied: isWriteBlocked
})
}