diff --git a/project/src/helpers/PrestigeHelper.ts b/project/src/helpers/PrestigeHelper.ts index 984b7c9d..5ef9310e 100644 --- a/project/src/helpers/PrestigeHelper.ts +++ b/project/src/helpers/PrestigeHelper.ts @@ -24,7 +24,7 @@ export class PrestigeHelper { @inject("RewardHelper") protected rewardHelper: RewardHelper, ) {} - public processPendingPrestige(oldProfile: ISptProfile, newProfile: ISptProfile, prestige: IPendingPrestige) { + public processPendingPrestige(oldProfile: ISptProfile, newProfile: ISptProfile, prestige: IPendingPrestige): void { const prePrestigePmc = oldProfile.characters.pmc; const sessionId = newProfile.info.id;