From 73991fe063effa368ae1bc72d3f8a57316aed416 Mon Sep 17 00:00:00 2001 From: Anthony Fuller Date: Sun, 5 Jan 2025 21:06:20 +0000 Subject: [PATCH] chore: remove @private from comment Co-authored-by: Reece Dunham --- components/controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/controller.ts b/components/controller.ts index ef86b9fd..b6407d63 100644 --- a/components/controller.ts +++ b/components/controller.ts @@ -639,7 +639,6 @@ export class Controller { * @param contract The contract to fix. * @param gameVersion The game version. * @returns The fixed contract. - * @private */ private fixContract( contract: MissionManifest,