We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95be4cf commit 8fdb3f9Copy full SHA for 8fdb3f9
components/server/src/orgs/organization-service.ts
@@ -776,7 +776,6 @@ export class OrganizationService {
776
* @returns A boolean indicating whether maintenance mode is enabled
777
*/
778
public async getMaintenanceMode(userId: string, orgId: string): Promise<boolean> {
779
- // Using write_settings permission as it's available to owners and installation admins
780
await this.auth.checkPermissionOnOrganization(userId, "read_info", orgId);
781
782
const team = await this.teamDB.findTeamById(orgId);
0 commit comments