mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Fix a missing return in the bridge controller
This commit is contained in:
@@ -136,7 +136,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
|
||||
var response = await bridgeDispatcher.ProcessBridgeRequest(request, cancellationToken);
|
||||
if (response == null)
|
||||
Forbid();
|
||||
return Forbid();
|
||||
|
||||
var responseJson = JsonConvert.SerializeObject(response, DMApiConstants.SerializerSettings);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user