mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
Fix an off semicolon
This commit is contained in:
@@ -110,8 +110,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
var totalUsers = await DatabaseContext
|
||||
.Users
|
||||
.AsQueryable()
|
||||
.CountAsync(cancellationToken)
|
||||
;
|
||||
.CountAsync(cancellationToken);
|
||||
if (totalUsers >= generalConfiguration.UserLimit)
|
||||
return Conflict(new ErrorMessageResponse(ErrorCode.UserLimitReached));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user