From 4920244c6f7a8e1dde70694990d29fd3ffbc0fea Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 12 Feb 2025 11:25:17 +0000 Subject: [PATCH] Add return type --- project/src/helpers/PrestigeHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;