diff --git a/Net.Vatprc.Uniapi/Controllers/SectorController.cs b/Net.Vatprc.Uniapi/Controllers/SectorController.cs index ecd26ae..7f27dbe 100644 --- a/Net.Vatprc.Uniapi/Controllers/SectorController.cs +++ b/Net.Vatprc.Uniapi/Controllers/SectorController.cs @@ -39,8 +39,6 @@ public SectorPermissionResponse(bool hasPermission) [HttpGet("current/permission")] public async Task GetPermission() { - // TODO: hotfix for ATC center downtime - return new SectorPermissionResponse(true); var user = await DbContext.User.FindAsync(this.GetUserId()) ?? throw new ApiError.UserNotFound(this.GetUserId());