0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:10:44 -05:00

Add return type

This commit is contained in:
Chomp 2025-02-12 11:25:17 +00:00
parent 89fd1c95a7
commit 4920244c6f

View File

@ -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;