Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Nov 23, 2023
1 parent 41c4dee commit 0726b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ASC.Web.Api/Api/PortalController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public async Task<object> GetShortenLinkAsync(ShortenLinkRequestsDto inDto)
[HttpGet("tenantextra")]
public async Task<TenantExtraDto> GetTenantExtra(bool refresh)
{
await _permissionContext.DemandPermissionsAsync(SecurityConstants.EditPortalSettings);
//await _permissionContext.DemandPermissionsAsync(SecurityConstants.EditPortalSettings);
var quota = await _quotaHelper.GetCurrentQuotaAsync(refresh);
var docServiceQuota = await _documentServiceLicense.GetLicenseQuotaAsync();

Expand Down

0 comments on commit 0726b78

Please sign in to comment.