mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Fix ReleaseNotes posting comment when debugging
This commit is contained in:
@@ -437,7 +437,8 @@ namespace ReleaseNotes
|
||||
})
|
||||
.Compile();
|
||||
|
||||
await connection.Run(mutation);
|
||||
if (!doNotCloseMilestone)
|
||||
await connection.Run(mutation);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user